chore(workspace): update gitignore & cleanup unused vscode config

This commit is contained in:
Neko Ayaka
2025-07-16 16:27:03 +08:00
parent fffe3d1932
commit 7aa576d072
2 changed files with 63 additions and 31 deletions
+2 -3
View File
@@ -58,8 +58,6 @@
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.preferences.includePackageJsonAutoImports": "off",
"typescript.suggest.autoImports": false,
"vue.server.hybridMode": true,
"vue.server.maxFileSize": 20971520,
"cSpell.words": [
"appimage",
"localforage"
@@ -68,5 +66,6 @@
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true
},
"rust-analyzer.checkOnSave": true
"rust-analyzer.checkOnSave": true,
"vitest.disableWorkspaceWarning": true
}