Hide .task, build and dist folders

This commit is contained in:
Jan Bader 2022-03-02 22:16:20 +00:00
parent 0c5f68ed80
commit f3a50c790b

View File

@ -2,7 +2,10 @@
"files.exclude": {
"**/node_modules": true,
"**/vendor": true,
"**/*.sql.go": true
"**/*.sql.go": true,
".task/": true,
"build/": true,
"web/dist/": true
},
"gopls": {
"formatting.gofumpt": true,