chore: track alembic migrations in git
Le migrations Alembic sono essenziali per il deploy riproducibile: rimuove la regola in .gitignore che le escludeva e aggiunge al tracking la migration 001 (image_path) gia esistente ma mai committata. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
+1
-3
@@ -52,9 +52,7 @@ node_modules/
|
||||
# Flask-Babel compiled
|
||||
*.mo
|
||||
|
||||
# Alembic
|
||||
server/migrations/versions/*.py
|
||||
!server/migrations/versions/.gitkeep
|
||||
# Alembic migrations are versioned in git (only __pycache__ is ignored, covered globally)
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
Reference in New Issue
Block a user