diff options
author | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-10 14:31:06 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-10 14:31:06 +0000 |
commit | dfc22e36b04550d5464af3e0b693b1c9b15ab749 (patch) | |
tree | 59ac34c06d5319c1fa87742965ba25e34c5e7dc5 | |
parent | f12c690b7b639e5814c290b24e65deebadd788b9 (diff) | |
download | newsaggregator-dfc22e36b04550d5464af3e0b693b1c9b15ab749.tar.gz newsaggregator-dfc22e36b04550d5464af3e0b693b1c9b15ab749.tar.bz2 newsaggregator-dfc22e36b04550d5464af3e0b693b1c9b15ab749.zip |
Added excludes for workspace
-rw-r--r-- | NewsAggregator.code-workspace | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/NewsAggregator.code-workspace b/NewsAggregator.code-workspace index e1687fc..bcf5117 100644 --- a/NewsAggregator.code-workspace +++ b/NewsAggregator.code-workspace @@ -13,5 +13,15 @@ "path": "Main" } ], - "settings": {} + "settings": { + "files.exclude": { + "**/.git": true, + "**/.svn": true, + "**/.hg": true, + "**/CVS": true, + "**/.DS_Store": true, + "bin/**": true, + "obj/**": true, + } + } }
\ No newline at end of file |