diff options
Diffstat (limited to 'Web/Web.code-workspace')
| -rw-r--r-- | Web/Web.code-workspace | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Web/Web.code-workspace b/Web/Web.code-workspace new file mode 100644 index 0000000..875e3c8 --- /dev/null +++ b/Web/Web.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 |
