Add db.sqlite3-journal to Python.gitignore (#3063)

See also 15e56afe introduced this for Rails.gitignore.

Docs on Sqlite temporary files
https://www.sqlite.org/tempfiles.html#rollback_journals

Thanks @nickittynack (Nick Reynolds)
This commit is contained in:
Peter Hollows 2019-05-26 02:16:08 +10:00 committed by Brendan Forster
parent 65398389a9
commit c1faae44ae
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ coverage.xml
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask stuff:
instance/