From 4d4f543c07c0774167a73c66d3da62c5cbb80199 Mon Sep 17 00:00:00 2001 From: morrigan Date: Sun, 15 Jun 2025 17:25:53 +0200 Subject: [PATCH] fix gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5b90e79..93cd5b4 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,10 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out +# testing db's +*.db +*.sqlite + # Dependency directories (remove the comment below to include it) # vendor/ @@ -24,4 +28,3 @@ go.work.sum # env file .env -