chore: exclude public
This commit is contained in:
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
@@ -100,7 +100,8 @@
|
|||||||
"**/.stylelintcache": true,
|
"**/.stylelintcache": true,
|
||||||
"**/.DS_Store": true,
|
"**/.DS_Store": true,
|
||||||
"**/vite.config.mts.*": true,
|
"**/vite.config.mts.*": true,
|
||||||
"**/tea.yaml": true
|
"**/tea.yaml": true,
|
||||||
|
"**/public/**": true
|
||||||
},
|
},
|
||||||
"files.watcherExclude": {
|
"files.watcherExclude": {
|
||||||
"**/.git/objects/**": true,
|
"**/.git/objects/**": true,
|
||||||
@@ -110,7 +111,8 @@
|
|||||||
"**/tmp/**": true,
|
"**/tmp/**": true,
|
||||||
"**/bower_components/**": true,
|
"**/bower_components/**": true,
|
||||||
"**/dist/**": true,
|
"**/dist/**": true,
|
||||||
"**/yarn.lock": true
|
"**/yarn.lock": true,
|
||||||
|
"**/public/**": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"typescript.tsserver.exclude": ["**/node_modules", "**/dist", "**/.turbo"],
|
"typescript.tsserver.exclude": ["**/node_modules", "**/dist", "**/.turbo"],
|
||||||
@@ -142,7 +144,8 @@
|
|||||||
"node_modules": true,
|
"node_modules": true,
|
||||||
"CHANGELOG.md": true,
|
"CHANGELOG.md": true,
|
||||||
"**/pnpm-lock.yaml": true,
|
"**/pnpm-lock.yaml": true,
|
||||||
"**/yarn.lock": true
|
"**/yarn.lock": true,
|
||||||
|
"**/public/**": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"debug.onTaskErrors": "debugAnyway",
|
"debug.onTaskErrors": "debugAnyway",
|
||||||
|
|||||||
Reference in New Issue
Block a user