Ignore Django's database file

This commit is contained in:
Simon MacMullen 2015-03-12 11:21:25 +00:00
parent ef9775c336
commit 96bf76a321
1 changed files with 2 additions and 1 deletions

View File

@ -3,4 +3,5 @@ ebin/*.beam
ebin/rabbitmq_auth_backend_http.app
build
dist
*.pyc
*.pyc
db.sqlite3