feat: add more ignore patterns to the ls tool (#913)

This commit is contained in:
Muzammil Khan
2025-07-12 21:36:58 +05:30
committed by GitHub
parent 4f7ddb3582
commit 63f3821a13
+11
View File
@@ -18,6 +18,17 @@ export const IGNORE_PATTERNS = [
".vscode/",
".zig-cache/",
"zig-out",
".coverage",
"coverage/",
"vendor/",
"tmp/",
"temp/",
".cache/",
"cache/",
"logs/",
".venv/",
"venv/",
"env/",
]
const LIMIT = 100