Moving protos to neutral place to be shared by projects

This commit is contained in:
Brandon Watson
2021-03-05 23:51:24 -05:00
parent d307a049f1
commit 4ee5656358
6 changed files with 19 additions and 12 deletions

View File

@ -1,11 +1,18 @@
{
"folders": [
{
"path": "aurora-sharp-desktop"
},
{
"path": "aurora-cradle-sharp"
}
],
"settings": {}
{
"path": "aurora-sharp-desktop"
},
{
"path": "aurora-cradle-sharp"
},
{
"path": "aurora-proto"
}
],
"settings": {
"files.exclude": {
"**/obj": true
}
}
}