ignore stupid files

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-06-12 17:08:40 -05:00
parent 7e0aa15524
commit 191f1f1059

View file

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