mirror of
https://github.com/github/gitignore
synced 2024-11-22 19:54:22 +01: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:
parent
65398389a9
commit
c1faae44ae
@ -58,6 +58,7 @@ coverage.xml
|
|||||||
*.log
|
*.log
|
||||||
local_settings.py
|
local_settings.py
|
||||||
db.sqlite3
|
db.sqlite3
|
||||||
|
db.sqlite3-journal
|
||||||
|
|
||||||
# Flask stuff:
|
# Flask stuff:
|
||||||
instance/
|
instance/
|
||||||
|
Loading…
Reference in New Issue
Block a user