oft/.vscode/settings.json
2025-11-22 15:46:30 -07:00

16 lines
269 B
JSON

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