This commit is contained in:
2025-08-07 19:32:41 +01:00
parent f3491f32c0
commit aa21c1d866
7 changed files with 45 additions and 22 deletions

20
.vscode/settings.json vendored
View File

@@ -1,5 +1,23 @@
{
"files.watcherExclude": {
"cache/**": true
"cache/**": true,
"candidates/**": true,
},
"search.exclude": {
"cache/**": true,
"candidates/**": true
},
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"cache/**": true,
},
"debug.javascript.codelens.npmScripts": "never",
}