chore: exclude public

This commit is contained in:
xingyu4j
2025-05-07 17:34:39 +08:00
parent 073f9ddcdb
commit 93773e0fa8

View File

@@ -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",