← back to Fabricfriday

.gitignore

18 lines

node_modules/
.env*
tmp/
*.log
.DS_Store
dist/
build/
data/subscribers.jsonl

# Snapshot / backup artifacts — must never be committed
*.bak
*.bak.*
*.pre-*
*.orig
*.rej
*~
.next/