🐛 Remmove static/ folder

... should have never landed in git as it is created by `go generate`
This commit is contained in:
Brian Wiborg 2024-05-13 14:41:07 +02:00
parent 47f091da54
commit 7d34b00955
No known key found for this signature in database
GPG Key ID: BE53FA9286B719D6
4 changed files with 1 additions and 1581 deletions

1
.gitignore vendored
View File

@ -167,3 +167,4 @@ dist
# End of https://www.toptal.com/developers/gitignore/api/go,node
*.db
static/

View File

@ -1,15 +0,0 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
html {
@apply h-full;
}
body {
@apply h-full;
}
div#__next {
@apply h-full;
}
main {
@apply h-full;
}

File diff suppressed because it is too large Load Diff

1
static/htmx.min.js vendored

File diff suppressed because one or more lines are too long