Initialize project files
This commit is contained in:
parent
22a4cc1611
commit
643b2e0c88
16 changed files with 1833 additions and 0 deletions
16
.vscode/settings.json
vendored
Normal file
16
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"files.exclude": {
|
||||
"**/node_modules": true,
|
||||
"foundry": true
|
||||
},
|
||||
"search.exclude": {
|
||||
"foundry": true
|
||||
},
|
||||
"html.customData": [
|
||||
"./.vscode/foundry.html-data.json"
|
||||
],
|
||||
"workbench.editorAssociations": {
|
||||
"*.svg": "default",
|
||||
},
|
||||
"git.branchProtection": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue