Skip to content

Commit 41b969f

Browse files
committed
Allow migrations init files.
1 parent c5ead58 commit 41b969f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
__pycache__
66
db.sqlite3
77
media
8-
migrations
8+
**/migrations/*
9+
!**/migrations/__init__.py
910
.vscode
1011

1112
# Backup files #

0 commit comments

Comments
 (0)