mirror of
https://github.com/sst/opencode.git
synced 2025-08-31 18:27:22 +00:00
feat: add more ignore patterns to the ls tool (#913)
This commit is contained in:
parent
fd4648da17
commit
9aa0c40a00
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue