Add Django database file to .gitignore

# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
# Your branch is up-to-date with 'origin/master'.
#
# Changes to be committed:
#	new file:   mercantile/.models.py.swp
#	new file:   mercantile/__init__.py
#	new file:   mercantile/admin.py
#	new file:   mercantile/migrations/__init__.py
#	new file:   mercantile/models.py
#	new file:   mercantile/tests.py
#	new file:   mercantile/views.py
#	modified:   waffles/models.py
#
# Changes not staged for commit:
#	modified:   .gitignore
#
This commit is contained in:
Ilse Gerda Visser 2015-08-16 15:43:05 +02:00
parent a246b0fbb6
commit 91b308c23c
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -50,6 +50,7 @@ coverage.xml
# Django stuff: # Django stuff:
*.log *.log
*.sqlite3
# Sphinx documentation # Sphinx documentation
docs/_build/ docs/_build/