- 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>
13 lines
155 B
Plaintext
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
|