Hide the scripts from VSC's file browser since I rarely need to see them

This commit is contained in:
Oliver 2026-04-29 00:12:16 -06:00
parent 6b937e03c4
commit 7a8a75fe64

View file

@ -10,7 +10,8 @@
"*.lock": true, "*.lock": true,
"node_modules": true, "node_modules": true,
"packs": true, "packs": true,
"foundry": true "foundry": true,
"scripts": true,
}, },
"html.customData": [ "html.customData": [
"./.vscode/components.html-data.json" "./.vscode/components.html-data.json"