Skip to content

Commit

Permalink
migrations added to gitignore (#54)
Browse files Browse the repository at this point in the history
* Challenges models modified to fix circular import

* Hosts model modified to fix circulr import

* Sample urlpattern added to all apps

* Migrations added to gitignore
  • Loading branch information
deshraj authored Nov 14, 2016
1 parent e4fcaa0 commit e70ea58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ coverage.xml
# Django stuff:
*.log
settings/dev.py
apps/*/migrations

# Sphinx documentation
docs/_build/
Expand Down

0 comments on commit e70ea58

Please sign in to comment.