{
	"files.watcherExclude": {
		".history/**": true
	},
	"VsCodeTaskButtons.tasks": [
		{
			"label": "🥂🥂Start & Watch🥂🥂",
			"task": "Start docker containers & launch a shell inside docker container & gulp watch"
		},
	],
	"live-reload.autoStart": true,
	"search.exclude": {
		"public/build": true,
		"public/dist": true,
		"public/css": true,
	}
}