1
0
mirror of https://github.com/axzilla/templui.git synced 2025-02-21 21:33:01 +00:00
templui/.gitignore
“axzilla” b290a2a7ff change: Improve icon implementation and documentation
- 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.
2024-10-11 13:43:24 +02:00

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