From c1faae44aebe587bbb90d60e21ca928e0116e8d4 Mon Sep 17 00:00:00 2001 From: Peter Hollows Date: Sun, 26 May 2019 02:16:08 +1000 Subject: [PATCH] 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) --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index af6d5026..c0c219be 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -58,6 +58,7 @@ coverage.xml *.log local_settings.py db.sqlite3 +db.sqlite3-journal # Flask stuff: instance/