From fa3f40c9109e7857f3c3a4b867816579916e3259 Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Sat, 22 Oct 2022 19:57:00 -0700 Subject: [PATCH] Add *.db and *.db-journal to .gitignore for databases Signed-off-by: Alek Ratzloff --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2a375d6..dc32b61 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ # .env .env +# sqlite +*.db +*.db-journal ### Python ### # Byte-compiled / optimized / DLL files