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:
parent
a3b8815212
commit
54eb54c939
8
.gitignore
vendored
8
.gitignore
vendored
@ -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
|
||||
|
3
Makefile
3
Makefile
@ -30,3 +30,6 @@ debug:
|
||||
# Generate Lucid icons
|
||||
generate-icons:
|
||||
go run cmd/icongen/main.go
|
||||
|
||||
generate-lib:
|
||||
templ generate ./pkg/...
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user