From 29396afad4f6fcdc233e99923b04293e462bc146 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Wed, 5 May 2021 11:25:55 +0900 Subject: [PATCH] Ignore .sqlite3-journal file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0defdc8..91c2f59 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ pkg/* doc log *.sqlite3 +*.sqlite3-journal