Hide the scripts from VSC's file browser since I rarely need to see them
This commit is contained in:
parent
6b937e03c4
commit
7a8a75fe64
1 changed files with 2 additions and 1 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
|
@ -10,7 +10,8 @@
|
|||
"*.lock": true,
|
||||
"node_modules": true,
|
||||
"packs": true,
|
||||
"foundry": true
|
||||
"foundry": true,
|
||||
"scripts": true,
|
||||
},
|
||||
"html.customData": [
|
||||
"./.vscode/components.html-data.json"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue