ripcrypt/.vscode/settings.json
2025-10-04 20:43:41 -06:00

17 lines
No EOL
306 B
JSON

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