Skip to content

Commit

Permalink
feat: update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Flower-F committed May 17, 2024
1 parent 477904d commit f1b98b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dist-ssr
# Editor directories and files
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
!.vscode/settings.example.json
.idea
.DS_Store
*.suo
Expand Down
10 changes: 1 addition & 9 deletions .vscode/settings.json → .vscode/settings.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,12 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.fixAll.eslint": "explicit"
},
"eslint.validate": [
"javascript",
"typescript",
"javascriptreact",
"typescriptreact"
],
"cSpell.words": [
"antfu",
"degit",
"revitesse",
"unocss",
"vitesse",
"vitest"
]
}

0 comments on commit f1b98b9

Please sign in to comment.