🐛 Remmove static/ folder
... should have never landed in git as it is created by `go generate`
This commit is contained in:
parent
47f091da54
commit
7d34b00955
4 changed files with 1 additions and 1581 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -167,3 +167,4 @@ dist
|
|||
# End of https://www.toptal.com/developers/gitignore/api/go,node
|
||||
|
||||
*.db
|
||||
static/
|
||||
|
|
|
@ -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
1
static/htmx.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue