aboutsummaryrefslogtreecommitdiff
path: root/NewsAggregator.code-workspace
blob: bcf5117f9b25e656ea488de069b189ec4c4b042b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
	"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,
		}
	}
}