diff options
Diffstat (limited to 'DevHive.code-workspace')
| -rw-r--r-- | DevHive.code-workspace | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/DevHive.code-workspace b/DevHive.code-workspace new file mode 100644 index 0000000..e165dda --- /dev/null +++ b/DevHive.code-workspace @@ -0,0 +1,18 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": { + "files.exclude": { + "**/.vscode": true, + "**/bin": true, + "**/obj": true, + ".gitignore" : true, + "**/README.md" : true, + "**/LICENSE" : true, + "**/Properties" : true + } + } +}
\ No newline at end of file |
