{
	"search.exclude": {
		".git" : true,
		".idea": true,
		"node_modules" : true,
		"bower_components" : true,
		"packages" : true,
		"build" : true,
		"dist" : true,
		"tmp" : true
	}
}