chore(django): track initial migrations and test config
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -17,10 +17,8 @@ db.sqlite3
|
||||
media/
|
||||
staticfiles/
|
||||
|
||||
# Migrations (except __init__.py)
|
||||
**/migrations/*.py
|
||||
**/migrations/*.pyc
|
||||
!**/migrations/__init__.py
|
||||
# Migrations
|
||||
**/migrations/*.pyc
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
Reference in New Issue
Block a user