mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-21 17:54:23 +01:00
feat: add more ignore patterns to the ls tool (#913)
This commit is contained in:
@@ -18,6 +18,17 @@ export const IGNORE_PATTERNS = [
|
|||||||
".vscode/",
|
".vscode/",
|
||||||
".zig-cache/",
|
".zig-cache/",
|
||||||
"zig-out",
|
"zig-out",
|
||||||
|
".coverage",
|
||||||
|
"coverage/",
|
||||||
|
"vendor/",
|
||||||
|
"tmp/",
|
||||||
|
"temp/",
|
||||||
|
".cache/",
|
||||||
|
"cache/",
|
||||||
|
"logs/",
|
||||||
|
".venv/",
|
||||||
|
"venv/",
|
||||||
|
"env/",
|
||||||
]
|
]
|
||||||
|
|
||||||
const LIMIT = 100
|
const LIMIT = 100
|
||||||
|
|||||||
Reference in New Issue
Block a user