fix ignore patterns

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-09-16 11:51:50 -05:00
parent f1487458ea
commit b3dbdf3f73

View file

@ -30,18 +30,18 @@ return {
},
defaults = {
file_ignore_patterns = {
"node_modules$",
"node_modules",
"package-lock.json",
"target$",
"target",
".git",
".direnv",
".pytest_cache",
"__pycache__",
".venv",
"venv$",
"venv",
".mypy_cache",
"dist$",
"build$",
"dist",
"build",
"poackage-lock.json",
".aider*",
},