aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.code-workspace
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2020-12-14 21:14:35 +0200
committertranstrike <transtrike@gmail.com>2020-12-14 21:14:35 +0200
commit1ccdefdac025b1b986ad2bd0bc3eda7505d6e7c3 (patch)
tree415b514b8bbb86530f2c4e9f0a7287b8580347e5 /src/DevHive.code-workspace
downloadDevHive-1ccdefdac025b1b986ad2bd0bc3eda7505d6e7c3.tar
DevHive-1ccdefdac025b1b986ad2bd0bc3eda7505d6e7c3.tar.gz
DevHive-1ccdefdac025b1b986ad2bd0bc3eda7505d6e7c3.zip
The Base Line
Diffstat (limited to 'src/DevHive.code-workspace')
-rw-r--r--src/DevHive.code-workspace25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/DevHive.code-workspace b/src/DevHive.code-workspace
new file mode 100644
index 0000000..730aab1
--- /dev/null
+++ b/src/DevHive.code-workspace
@@ -0,0 +1,25 @@
+{
+ "folders": [
+ {
+ "name": "DevHive.Web",
+ "path": "./DevHive.Web"
+ },
+ {
+ "name": "DevHive.Services",
+ "path": "./DevHive.Services"
+ },
+ {
+ "name": "DevHive.Data",
+ "path": "./DevHive.Data"
+ },
+ ],
+ "settings": {
+ "files.exclude": {
+ "**/.vscode": true,
+ "**/bin": true,
+
+ "**/obj": true,
+ ".gitignore" : true,
+ }
+ }
+}