ignore stupid files
This commit is contained in:
parent
ff863bc6bb
commit
7e0aa15524
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue