← back to Jill Website

.gitignore

22 lines

node_modules/
.next/
dist/
.cache/
*.log
.env
.env.local

# Standing-rule additions (2026-05-07)
tmp/
.DS_Store
build/

# Snapshot / backup / swap files — never ship via static root
*.bak
*.bak.*
*.pre-*
*.orig
*.rej
*.swp
*~