{
	"folders": [
		{
			"path": "."
		}
	],
	"settings": {
		"files.exclude": {
			".vscode": true,
			"*.bak": true,
			"*.code-workspace": true,
			"LICENSE": true,
			"node_modules": true,
			"pnpm-lock.yaml": true,
			"renovate.json": true
		}
	}
}
