ignore stupid files
This commit is contained in:
parent
7e0aa15524
commit
191f1f1059
1 changed files with 14 additions and 1 deletions
|
@ -29,7 +29,20 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
defaults = {
|
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 = {
|
mappings = {
|
||||||
i = {
|
i = {
|
||||||
["<C-j>"] = "move_selection_next",
|
["<C-j>"] = "move_selection_next",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue