diff options
-rw-r--r-- | NewsAggregator.code-workspace | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/NewsAggregator.code-workspace b/NewsAggregator.code-workspace deleted file mode 100644 index bcf5117..0000000 --- a/NewsAggregator.code-workspace +++ /dev/null @@ -1,27 +0,0 @@ -{ - "folders": [ - { - "path": "Aggregator" - }, - { - "path": "Classes" - }, - { - "path": "Database" - }, - { - "path": "Main" - } - ], - "settings": { - "files.exclude": { - "**/.git": true, - "**/.svn": true, - "**/.hg": true, - "**/CVS": true, - "**/.DS_Store": true, - "bin/**": true, - "obj/**": true, - } - } -}
\ No newline at end of file |