chore: update ignore

This commit is contained in:
woody 2025-06-05 11:54:56 +08:00
parent b17bd7aa84
commit 4b2bfc230c
2 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View File

@ -5,5 +5,6 @@ unpackage/
.DS_Store
wxcomponents/**/*.vue
wxcomponents/**/*.css
.hbuilderx/
.hbuilderx/
/node_modules
.vscode

View File

@ -1,8 +1,8 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.organizeImports": true
"source.fixAll.eslint": "explicit",
"source.organizeImports": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[vue]": {