1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 00:09:16 +08:00

style: 修改 .gitignore

This commit is contained in:
zhengkunwang223 2023-02-16 16:35:58 +08:00 committed by zhengkunwang223
parent 5efc17db3f
commit 65feaa20bf
3 changed files with 1 additions and 12 deletions

1
.gitignore vendored
View File

@ -20,4 +20,3 @@ build
backend/__debug_bin
cmd/server/__debug_bin
cmd/server/web
frontend/.vscode

1
frontend/.gitignore vendored
View File

@ -25,3 +25,4 @@ stats.html
*.njsproj
*.sln
*.sw?
.vscode

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"
]
}