17 lines
No EOL
306 B
JSON
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": []
|
|
} |