mirror of
https://github.com/vale981/gitignore
synced 2025-03-04 09:21:42 -05: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
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ coverage.xml
|
|||
*.log
|
||||
local_settings.py
|
||||
db.sqlite3
|
||||
db.sqlite3-journal
|
||||
|
||||
# Flask stuff:
|
||||
instance/
|
||||
|
|
Loading…
Add table
Reference in a new issue