← back to Pitch Guard

.gitignore

17 lines

node_modules/
.env*
tmp/
*.log
.DS_Store
dist/
build/
.next/
# snapshot / backup files that should never enter git or ship to static root
*.bak
*.bak.*
*.pre-*
.pre-*

# runtime sent-letter ledger (customer correspondence — keep out of git)
data/sent-log.json