update project config,
This commit is contained in:
@@ -44,5 +44,18 @@
|
||||
"**/* copy *.tsx",
|
||||
"**/* copy.tsx"
|
||||
//
|
||||
]
|
||||
],
|
||||
"watchOptions": {
|
||||
"excludeDirectories": ["**/node_modules", "_build", "temp/*", "**/.next", "**/_archive", "**/_del"],
|
||||
"excludeFiles": [
|
||||
"**/*.bak",
|
||||
"**/*.log",
|
||||
"**/*.tmp",
|
||||
"**/*.bug",
|
||||
"**/*.del",
|
||||
"**/*.draft",
|
||||
"**/* copy *.tsx",
|
||||
"**/* copy.tsx"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user