mirror of
https://github.com/WenPai-org/wpmind.git
synced 2025-08-03 02:48:41 +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
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -8,6 +8,13 @@ yarn-error.log*
|
||||||
# Coverage directory used by tools like istanbul
|
# Coverage directory used by tools like istanbul
|
||||||
coverage
|
coverage
|
||||||
|
|
||||||
|
# Webpack dev build
|
||||||
|
build/runtime*
|
||||||
|
build/*.hot-update.json
|
||||||
|
build/*.hot-update.js
|
||||||
|
build/*.hot-update.js.map
|
||||||
|
build/*.hot-update.asset.php
|
||||||
|
|
||||||
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
||||||
build/Release
|
build/Release
|
||||||
|
|
||||||
|
|
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
@ -20,5 +20,10 @@
|
||||||
"stylelint.snippet": ["css", "scss"],
|
"stylelint.snippet": ["css", "scss"],
|
||||||
"[json]": {
|
"[json]": {
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
"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