oft/.vscode/settings.json
2025-10-16 23:41:00 -06:00

16 lines
268 B
JSON

{
"files.exclude": {
"**/node_modules": true,
"foundry": true
},
"search.exclude": {
"foundry": true
},
"html.customData": [
"./.vscode/foundry.html-data.json"
],
"workbench.editorAssociations": {
"*.svg": "default",
},
"git.branchProtection": []
}