From f4db328daffe08265df15098849f642fe71f7a5c Mon Sep 17 00:00:00 2001 From: David Cook Date: Sun, 4 Dec 2016 17:57:04 -0600 Subject: [PATCH] Ignore SQLite journal/WAL files --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5075db9c..a8c9c657 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,7 @@ db log settings_local.py pip-log.txt -database.sqlite +database.sqlite* static/css/all-min.css static/images/dynamic uwsgi.conf