aboutsummaryrefslogtreecommitdiffstats
path: root/.vsls.json
blob: ffd2e9f33ecef951a07c718e18cc38af50f31984 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
	"$schema": "http://json.schemastore.org/vsls",
	"gitignore": "hide",
	"excludeFiles": [
		"!node_modules",
		"!vendor"
	],
	"hideFiles": [
		"!node_modules",
		"!vendor"
	]
}