mirror of
https://github.com/axzilla/templui.git
synced 2025-02-21 21:52:40 +00:00
- Add link to Lucide in documentation - Implement icon names as constants for autocomplete - Optimize icon storage for more efficient resource usage These changes enhance usability through improved documentation and autocomplete functionality, while also improving memory efficiency by optimizing icon storage.
13 lines
245 B
Plaintext
13 lines
245 B
Plaintext
# 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 but the .go files are
|
|
pkg/**/*_templ.txt
|
|
|
|
.DS_Store
|
|
bin
|
|
node_modules
|
|
tmp
|
|
.env
|