From 9258d6f234499cebce5a117ad2d02e4eb16837f4 Mon Sep 17 00:00:00 2001 From: Kgothatso Date: Sat, 23 Nov 2019 22:34:28 +0200 Subject: [PATCH] Keep the database.sqlite file out of the commits --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 144585f..63ba55a 100644 --- a/.gitignore +++ b/.gitignore @@ -76,3 +76,4 @@ typings/ # FuseBox cache .fusebox/ +database.sqlite