← back to Small Business Builder

.gitignore

13 lines

node_modules/
logs/
.env
.env.local
*.log
tmp/
.DS_Store

# Standing-rule additions (2026-05-07)
dist/
build/
.next/