Cleanup #37

Merged
jacob1123 merged 16 commits from cleanup into master 2022-03-02 23:53:15 +01:00
16 changed files with 88 additions and 138 deletions
Showing only changes of commit f3a50c790b - Show all commits

View File

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