aboutsummaryrefslogtreecommitdiff
path: root/API/API.code-workspace
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2020-12-08 10:35:50 +0200
committertranstrike <transtrike@gmail.com>2020-12-08 10:35:50 +0200
commitfa0b0e992d363f41bdb8cda00ef59c0142c97246 (patch)
treedfa0ecaaf689670c75889de77320665ba7edead7 /API/API.code-workspace
parent648d50c387e7ee3976bd673594ed10901075475f (diff)
downloadDevHive-fa0b0e992d363f41bdb8cda00ef59c0142c97246.tar
DevHive-fa0b0e992d363f41bdb8cda00ef59c0142c97246.tar.gz
DevHive-fa0b0e992d363f41bdb8cda00ef59c0142c97246.zip
Added 3rd project and references
Diffstat (limited to 'API/API.code-workspace')
-rw-r--r--API/API.code-workspace19
1 files changed, 19 insertions, 0 deletions
diff --git a/API/API.code-workspace b/API/API.code-workspace
new file mode 100644
index 0000000..875e3c8
--- /dev/null
+++ b/API/API.code-workspace
@@ -0,0 +1,19 @@
+{
+ "folders": [
+ {
+ "path": "."
+ }
+ ],
+ "settings": {
+ "files.exclude": {
+ "**/.vscode": true,
+ "**/bin": true,
+ "**/obj": true,
+ ".gitignore" : true,
+ "**/README.md" : true,
+ "**/LICENSE" : true,
+ "**/Properties" : true,
+ "**/*.code-workspace" : true
+ }
+ }
+} \ No newline at end of file