1
0
Fork 0
mirror of https://github.com/dancojocaru2000/foxbank.git synced 2025-02-22 23:39:36 +02:00

Add root directory to VS Code workspace

This commit is contained in:
Kenneth Bruen 2021-11-30 14:06:41 +02:00
parent 2728bce318
commit 78c30e28d4
Signed by: kbruen
GPG key ID: C1980A470C3EE5B1
2 changed files with 9 additions and 0 deletions

6
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,6 @@
{
"files.exclude": {
"client": true,
"server": true
}
}

View file

@ -5,6 +5,9 @@
}, },
{ {
"path": "server" "path": "server"
},
{
"path": "."
} }
], ],
"settings": {} "settings": {}