lightview
Version:
A reactive UI library with features of Bau, Juris, and HTMX plus safe LLM UI generation
22 lines (16 loc) • 376 B
Plain Text
# Exclude node_modules and dependencies
node_modules/
# Exclude version control
.git/
.github/
# Exclude documentation (if you don't need it deployed)
# Remove the line below if you want to deploy your docs
# *.md
# Exclude package files
package.json
package-lock.json
# Exclude configuration files
wrangler.toml
# Exclude log files
*.log
.wrangler/