From 585b227c130e1e7d7521fd403579c4c679935b9f Mon Sep 17 00:00:00 2001 From: Cryptkeeper Date: Fri, 18 Dec 2015 02:19:13 -0600 Subject: [PATCH] Ignore temporary sqlite3 files. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f7bf2dc..19602f6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ node_modules/ *.log .idea/ production/ -database.sql \ No newline at end of file +database.sql +database.sql-journal \ No newline at end of file