chore: update ignore
This commit is contained in:
parent
b17bd7aa84
commit
4b2bfc230c
|
@ -5,5 +5,6 @@ unpackage/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
wxcomponents/**/*.vue
|
wxcomponents/**/*.vue
|
||||||
wxcomponents/**/*.css
|
wxcomponents/**/*.css
|
||||||
.hbuilderx/
|
.hbuilderx/
|
||||||
/node_modules
|
/node_modules
|
||||||
|
.vscode
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.fixAll.eslint": true,
|
"source.fixAll.eslint": "explicit",
|
||||||
"source.organizeImports": true
|
"source.organizeImports": "explicit"
|
||||||
},
|
},
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||||
"[vue]": {
|
"[vue]": {
|
||||||
|
|
Loading…
Reference in New Issue