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

pull/932/head
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
1 changed files with 11 additions and 0 deletions

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