ignore: add common build and framework directories to ignore list
parent
dfc7ac4cf0
commit
0a96d254e8
|
|
@ -18,6 +18,10 @@ export namespace FileIgnore {
|
|||
".hg",
|
||||
".vscode",
|
||||
".idea",
|
||||
".turbo",
|
||||
".output",
|
||||
"desktop",
|
||||
".sst",
|
||||
])
|
||||
|
||||
const FILES = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue