aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.code-workspace
blob: 730aab13edba34064db4147a77d1a018fa7144f1 (plain) (blame)
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
{
	"folders": [
		{
			"name": "DevHive.Web",
			"path": "./DevHive.Web"
		},
		{
			"name": "DevHive.Services",
			"path": "./DevHive.Services"
		},
		{
			"name": "DevHive.Data",
			"path": "./DevHive.Data"
		},
	],
	"settings": {
		"files.exclude": {
			"**/.vscode": true,
			"**/bin": true,

			"**/obj": true,
			".gitignore" : true,
		}
	}
}