← back to Bleachresistantfabrics

.gitignore

16 lines

node_modules/
.env
.env.*
tmp/
*.log
.DS_Store
dist/
build/
.next/
# snapshot / backup files — never commit, never serve
*.bak
*.bak.*
*.pre-*
*.orig
*~