diff --git a/.gitignore b/.gitignore index 97f069b..ca8d8f1 100644 --- a/.gitignore +++ b/.gitignore @@ -38,7 +38,6 @@ Thumbs.db # Visual Studio Code .vscode/ -*.code-workspace # Visual Studio *.sln diff --git a/DiunaBI-Frontend.code-workspace b/DiunaBI-Frontend.code-workspace new file mode 100644 index 0000000..6a3b3ab --- /dev/null +++ b/DiunaBI-Frontend.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "Frontend" + } + ], + "settings": {} +} \ No newline at end of file diff --git a/DiunaBI-WebAPI.code-workspace b/DiunaBI-WebAPI.code-workspace new file mode 100644 index 0000000..2d40c78 --- /dev/null +++ b/DiunaBI-WebAPI.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "WebAPI" + } + ], + "settings": {} +} \ No newline at end of file