update:新增dist排除代码

This commit is contained in:
2026-07-14 17:59:52 +08:00
parent 080af14be8
commit e9023ecc9f
2 changed files with 10 additions and 3 deletions
+7 -1
View File
@@ -1,3 +1,9 @@
{ {
"i18n-ally.localesPaths": [] "i18n-ally.localesPaths": [],
"files.watcherExclude": {
"**/dist/**": true
},
"search.exclude": {
"**/dist/**": true
}
} }
+2 -1
View File
@@ -12,5 +12,6 @@
}, },
"vueCompilerOptions": { "vueCompilerOptions": {
"plugins": ["@uni-helper/uni-types/volar-plugin"] "plugins": ["@uni-helper/uni-types/volar-plugin"]
} },
"exclude": ["node_modules", "dist"]
} }