1
0
mirror of https://github.com/github/gitignore synced 2024-05-29 08:48:18 +02:00

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

View File

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