aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NewsAggregator.code-workspace12
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