{
	"intelephense.files.exclude": [
		"**/.git/**",
		"**/.svn/**",
		"**/.hg/**",
		"**/CVS/**",
		"**/.DS_Store/**",
		// "**/node_modules/**",
		"**/vendor/**/{Tests,tests}/**",
		"**/.history/**",
		"**/vendor/**/vendor/**"
	],
	"intelephense.environment.phpVersion": "___php-version___",
	"emmet.syntaxProfiles": {
		"tpl": "html"
	},
	"json.schemas": [
		{
			"fileMatch": [ "**/gameoptions.json*" ],
			"url": "./node_modules/bga-ts-template/schema/gameoptions.schema.json"
		},
		{
			"fileMatch": [ "**/gamepreferences.json*" ],
			"url": "./node_modules/bga-ts-template/schema/gamepreferences.schema.json"
		},
		{
			"fileMatch": [ "**/stats.json*" ],
			"url": "./node_modules/bga-ts-template/schema/stats.schema.json"
		},
		{
			"fileMatch": [ "**/gamestates.json*" ],
			"url": "./node_modules/bga-ts-template/schema/gamestates.schema.json"
		},
		{
			"fileMatch": [ "**/gameinfos.json*" ],
			"url": "./node_modules/bga-ts-template/schema/gameinfos.schema.json"
		}
	]
}
