From 93773e0fa8b6f2e9ec88005af06e50f83aed77ca Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Wed, 7 May 2025 17:34:39 +0800 Subject: [PATCH] chore: exclude public --- .vscode/settings.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7f3c7a4f..5b0c2fac 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -100,7 +100,8 @@ "**/.stylelintcache": true, "**/.DS_Store": true, "**/vite.config.mts.*": true, - "**/tea.yaml": true + "**/tea.yaml": true, + "**/public/**": true }, "files.watcherExclude": { "**/.git/objects/**": true, @@ -110,7 +111,8 @@ "**/tmp/**": true, "**/bower_components/**": true, "**/dist/**": true, - "**/yarn.lock": true + "**/yarn.lock": true, + "**/public/**": true }, "typescript.tsserver.exclude": ["**/node_modules", "**/dist", "**/.turbo"], @@ -142,7 +144,8 @@ "node_modules": true, "CHANGELOG.md": true, "**/pnpm-lock.yaml": true, - "**/yarn.lock": true + "**/yarn.lock": true, + "**/public/**": true }, "debug.onTaskErrors": "debugAnyway",