From c9a54536c5c0c059f890498a5a54ff8f9ebb00b7 Mon Sep 17 00:00:00 2001 From: techie2000 <38585780+techie2000@users.noreply.github.com> Date: Mon, 7 Aug 2023 09:27:42 +0100 Subject: [PATCH] Update .gitignore Cover all db files generically --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 88673501..aca986e7 100755 --- a/.gitignore +++ b/.gitignore @@ -6,9 +6,7 @@ *.key *.conf *.pickle -*.db-journal -*.db-shm -*.db-wal +*.db* *.sqlite *.log* *.db