ignore stupid files

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-06-12 17:07:20 -05:00
parent ff863bc6bb
commit 7e0aa15524

View file

@ -29,7 +29,7 @@ return {
}, },
}, },
defaults = { defaults = {
file_ignore_patterns = { "node_modules", "package-lock.json", "target", ".git", ".direnv" }, file_ignore_patterns = { "node_modules", "package-lock.json", "target", ".git", ".direnv", ".pytest_cache", "__pycache__" },
mappings = { mappings = {
i = { i = {
["<C-j>"] = "move_selection_next", ["<C-j>"] = "move_selection_next",