- Add migration script to convert and copy images - Include 7 events (Karaoke, Pub Quiz, etc.) in WebP format - Include 9 gallery images in WebP format - Update .gitignore to allow images in data/images/ - Add migration documentation in MIGRATION_README.md Images are stored in backend/data/images/ which maps to the persistent Fly.io volume at /app/data/
13 lines
146 B
Plaintext
13 lines
146 B
Plaintext
node_modules
|
|
dist
|
|
.env
|
|
*.log
|
|
.DS_Store
|
|
/tmp
|
|
/data/*.db
|
|
/data/*.db-wal
|
|
/data/*.db-shm
|
|
/data/workspace
|
|
# Allow images to be committed
|
|
!/data/images
|