We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ead58 commit 41b969fCopy full SHA for 41b969f
1 file changed
.gitignore
@@ -5,7 +5,8 @@
5
__pycache__
6
db.sqlite3
7
media
8
-migrations
+**/migrations/*
9
+!**/migrations/__init__.py
10
.vscode
11
12
# Backup files #
0 commit comments