Add workspaces
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -38,7 +38,6 @@ Thumbs.db
|
|||||||
|
|
||||||
# Visual Studio Code
|
# Visual Studio Code
|
||||||
.vscode/
|
.vscode/
|
||||||
*.code-workspace
|
|
||||||
|
|
||||||
# Visual Studio
|
# Visual Studio
|
||||||
*.sln
|
*.sln
|
||||||
|
|||||||
8
DiunaBI-Frontend.code-workspace
Normal file
8
DiunaBI-Frontend.code-workspace
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "Frontend"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {}
|
||||||
|
}
|
||||||
8
DiunaBI-WebAPI.code-workspace
Normal file
8
DiunaBI-WebAPI.code-workspace
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "WebAPI"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user