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 fd4648da17
commit 9aa0c40a00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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