go-cook-portal/.vscode/settings.json

6 lines
94 B
JSON
Raw Normal View History

2024-04-09 07:29:45 -07:00
{
"files.exclude": {
"**/*_templ.go": true,
"**/*_templ.txt": true
}
}