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
+8 -2
View File
@@ -1,3 +1,9 @@
{
"i18n-ally.localesPaths": []
}
"i18n-ally.localesPaths": [],
"files.watcherExclude": {
"**/dist/**": true
},
"search.exclude": {
"**/dist/**": true
}
}