toadstoolTally/.gitignore
chris 6f97d817ae Add drag-to-reorder, PDF/EPUB pattern viewing, and account security improvements
- Let projects and parts be reordered via touch/mouse-friendly drag handles
- Support PDF and EPUB pattern files end-to-end (upload, page-flip viewer, EPUB content extraction)
- Move password hashing to bcrypt with automatic migration from legacy SHA-256, and add email-based password reset
- Externalize docker-compose credentials into .env instead of hardcoding them
- Polish Pattern Composer UI (collapsible spec cards, tag input, file attach/view controls)

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-19 11:39:23 -04:00

13 lines
155 B
Plaintext

# macOS metadata
.DS_Store
# Dependencies and build artifacts
node_modules/
server/node_modules/
db_data/
uploads/
server/uploads/
*.log
.env
server/.env