update:新增dist排除代码
This commit is contained in:
Vendored
+8
-2
@@ -1,3 +1,9 @@
|
|||||||
{
|
{
|
||||||
"i18n-ally.localesPaths": []
|
"i18n-ally.localesPaths": [],
|
||||||
}
|
"files.watcherExclude": {
|
||||||
|
"**/dist/**": true
|
||||||
|
},
|
||||||
|
"search.exclude": {
|
||||||
|
"**/dist/**": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
+2
-1
@@ -12,5 +12,6 @@
|
|||||||
},
|
},
|
||||||
"vueCompilerOptions": {
|
"vueCompilerOptions": {
|
||||||
"plugins": ["@uni-helper/uni-types/volar-plugin"]
|
"plugins": ["@uni-helper/uni-types/volar-plugin"]
|
||||||
}
|
},
|
||||||
|
"exclude": ["node_modules", "dist"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user