From 4a539638f8216d27b9abbd64b55062d2396c0e4f Mon Sep 17 00:00:00 2001 From: Alex <$(pass /github/email)> Date: Wed, 19 Feb 2025 17:33:06 +0100 Subject: [PATCH] .gitignore --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a69f8e6..1627ce4 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,6 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out - # Dependency directories (remove the comment below to include it) # vendor/ @@ -40,7 +39,7 @@ go.work !*.css !go.sum !go.mod -!*.sql +#!*.sql !README.md !LICENSE