feat: updated gitignore for migrations
This commit is contained in:
17
.gitignore
vendored
17
.gitignore
vendored
@@ -171,4 +171,19 @@ cython_debug/
|
|||||||
.ruff_cache/
|
.ruff_cache/
|
||||||
|
|
||||||
# PyPI configuration file
|
# PyPI configuration file
|
||||||
.pypirc
|
.pypirc
|
||||||
|
|
||||||
|
# Flask-Migrate / Alembic
|
||||||
|
# Keep migrations in Git, but ignore cache/compiled files
|
||||||
|
migrations/__pycache__/
|
||||||
|
migrations/*.pyc
|
||||||
|
|
||||||
|
# Docker
|
||||||
|
*.pid
|
||||||
|
*.log
|
||||||
|
docker-compose.override.yml
|
||||||
|
.docker/
|
||||||
|
.wheels/
|
||||||
|
|
||||||
|
# VSCode / Editor configs
|
||||||
|
.vscode/
|
||||||
Reference in New Issue
Block a user