Skip to content

Commit c1faae4

Browse files
captainpeteshiftkey
authored andcommitted
Add db.sqlite3-journal to Python.gitignore (#3063)
See also 15e56af introduced this for Rails.gitignore. Docs on Sqlite temporary files https://www.sqlite.org/tempfiles.html#rollback_journals Thanks @nickittynack (Nick Reynolds)
1 parent 6539838 commit c1faae4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ coverage.xml
5858
*.log
5959
local_settings.py
6060
db.sqlite3
61+
db.sqlite3-journal
6162

6263
# Flask stuff:
6364
instance/

0 commit comments

Comments
 (0)