ignore settings

This commit is contained in:
Thomas G. Lopes
2026-03-04 19:51:22 +00:00
parent 94b95291ed
commit 28744eff78
+2 -1
View File
@@ -6,6 +6,7 @@ return {
}, },
ignore = { ignore = {
"**/node_modules", "**/node_modules",
"pnpm_lock.yaml", "**/pnpm-lock.yaml",
"**/.pnpm",
}, },
} }