update project config,

This commit is contained in:
louiscklaw
2025-04-18 23:41:55 +08:00
parent eb94c3d596
commit e54293ad6e

View File

@@ -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"
]
}
}