feat: updated gitignore for migrations
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@@ -172,3 +172,18 @@ cython_debug/
|
|||||||
|
|
||||||
# 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