Skip to content

Commit

Permalink
Add migrations to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyutillis committed Nov 18, 2023
1 parent cf6d564 commit 4d98c6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@
venv/
.pytest_cache/
**__pycache__/
**/migrations/**
!**/migrations
!**/migrations/__init__.py
Binary file modified db.sqlite3
Binary file not shown.

0 comments on commit 4d98c6d

Please sign in to comment.