fix ignore patterns
This commit is contained in:
parent
f1487458ea
commit
b3dbdf3f73
1 changed files with 5 additions and 5 deletions
|
|
@ -30,18 +30,18 @@ return {
|
||||||
},
|
},
|
||||||
defaults = {
|
defaults = {
|
||||||
file_ignore_patterns = {
|
file_ignore_patterns = {
|
||||||
"node_modules$",
|
"node_modules",
|
||||||
"package-lock.json",
|
"package-lock.json",
|
||||||
"target$",
|
"target",
|
||||||
".git",
|
".git",
|
||||||
".direnv",
|
".direnv",
|
||||||
".pytest_cache",
|
".pytest_cache",
|
||||||
"__pycache__",
|
"__pycache__",
|
||||||
".venv",
|
".venv",
|
||||||
"venv$",
|
"venv",
|
||||||
".mypy_cache",
|
".mypy_cache",
|
||||||
"dist$",
|
"dist",
|
||||||
"build$",
|
"build",
|
||||||
"poackage-lock.json",
|
"poackage-lock.json",
|
||||||
".aider*",
|
".aider*",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue