diff --git a/.vscode/settings.json b/.vscode/settings.json index a466545..9ff8fc8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,9 @@ { - "i18n-ally.localesPaths": [] -} \ No newline at end of file + "i18n-ally.localesPaths": [], + "files.watcherExclude": { + "**/dist/**": true + }, + "search.exclude": { + "**/dist/**": true + } +} diff --git a/jsconfig.json b/jsconfig.json index 77fcff3..5429ea1 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -12,5 +12,6 @@ }, "vueCompilerOptions": { "plugins": ["@uni-helper/uni-types/volar-plugin"] - } + }, + "exclude": ["node_modules", "dist"] }