aboutsummaryrefslogtreecommitdiff
path: root/DevHive-Angular.code-workspace
blob: d44c3a60d0bb3ab8612cb965a3d4d6cf80547f5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"folders": [
		{
			"name": "Source",
			"path": "./src"
		}
	],
	"settings": {
		"files.exclude": {
			"**/.vscode": true,
			"**/bin": true,
			"**/obj": true,
			".gitignore": true
		},
		"prettier.useEditorConfig": true
	}
}