From 4545e0a7d65358dda98d5804e9220a5a7fd99d2e Mon Sep 17 00:00:00 2001 From: Son NK Date: Mon, 10 Feb 2020 23:17:14 +0700 Subject: [PATCH] ignore db.sqlite-journal --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d33992ec..89d4d9c1 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ db.sqlite .vscode .DS_Store config -static/node_modules \ No newline at end of file +static/node_modules +db.sqlite-journal \ No newline at end of file