mirror of
https://github.com/WenPai-org/wpmind.git
synced 2025-08-06 21:53:53 +08:00
improve gitignore and vscode search configs
This commit is contained in:
parent
f0270817a2
commit
3995877b75
2 changed files with 12 additions and 0 deletions
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
@ -20,5 +20,10 @@
|
|||
"stylelint.snippet": ["css", "scss"],
|
||||
"[json]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"search.exclude": {
|
||||
"**/.git": true,
|
||||
"**/node_modules": true,
|
||||
"**/build": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue