ripcrypt/.vscode/settings.json
2025-07-14 21:44:11 -06:00

16 lines
No EOL
294 B
JSON

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