1
0
mirror of https://github.com/axzilla/templui.git synced 2025-02-21 00:12:48 +00:00

fix: remove unnecessary files from pkg for git

This commit is contained in:
“axzilla” 2024-10-09 11:53:59 +02:00
parent a3b8815212
commit 54eb54c939
3 changed files with 9 additions and 11 deletions

8
.gitignore vendored
View File

@ -1,8 +1,12 @@
# lucide icons
cmd/icongen/icons
internals/*_templ.go
internals/*_templ.txt
# exlude generated files but not for the pkg folder
internals/**/*_templ.go
internals/**/*_templ.txt
# exclude txt files because they are not needed as a go package
pgk/**/*_templ.txt
.DS_Store
bin

View File

@ -30,3 +30,6 @@ debug:
# Generate Lucid icons
generate-icons:
go run cmd/icongen/main.go
generate-lib:
templ generate ./pkg/...

View File

@ -1088,10 +1088,6 @@ body {
gap: 1rem;
}
.gap-1 {
gap: 0.25rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
@ -1417,11 +1413,6 @@ body {
padding-bottom: 2rem;
}
.px-0 {
padding-left: 0px;
padding-right: 0px;
}
.pb-4 {
padding-bottom: 1rem;
}