mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
ignore: add common build and framework directories to ignore list
This commit is contained in:
parent
dfc7ac4cf0
commit
0a96d254e8
1 changed files with 4 additions and 0 deletions
|
|
@ -18,6 +18,10 @@ export namespace FileIgnore {
|
|||
".hg",
|
||||
".vscode",
|
||||
".idea",
|
||||
".turbo",
|
||||
".output",
|
||||
"desktop",
|
||||
".sst",
|
||||
])
|
||||
|
||||
const FILES = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue