Add local database to .gitignore

This commit is contained in:
Mikkel Munch Mortensen 2018-06-23 14:22:53 +02:00
parent 0bdbbdbaad
commit e6d67c51a0
Signed by untrusted user: decibyte
GPG Key ID: 261C257C74AA764B
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
__pycache__/
*.pyc
*.sw*
db.sqlite3