style: 修改 .gitignore

This commit is contained in:
zhengkunwang223
2023-02-16 16:37:16 +08:00
committed by zhengkunwang223
parent 5efc17db3f
commit 65feaa20bf
3 changed files with 1 additions and 12 deletions
-1
View File
@@ -20,4 +20,3 @@ build
backend/__debug_bin
cmd/server/__debug_bin
cmd/server/web
frontend/.vscode
+1
View File
@@ -25,3 +25,4 @@ stats.html
*.njsproj
*.sln
*.sw?
.vscode
-11
View File
@@ -1,11 +0,0 @@
{
"recommendations": [
"vue.volar",
"hollowtree.vue-snippets",
"vue.vscode-typescript-vue-plugin",
"stylelint.vscode-stylelint",
"dbaeumer.vscode-eslint",
"editorconfig.editorconfig",
"esbenp.prettier-vscode"
]
}