From 373d0ba658d052a6926c42fe75aaed3ba07568f4 Mon Sep 17 00:00:00 2001 From: Dennis Date: Fri, 31 May 2024 19:59:03 +0200 Subject: [PATCH] Adds other db files to gitignore as well --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5e56c5c..3212c93 100644 --- a/.gitignore +++ b/.gitignore @@ -24,7 +24,7 @@ go.work # SQLite -*.db +*.db* .tmp/ tmp