fix gitignore

This commit is contained in:
Morrígan 2025-06-15 17:25:53 +02:00
parent ead14f7386
commit 4d4f543c07
Signed by: morrigan
GPG key ID: CACB010F463A77D0

5
.gitignore vendored
View file

@ -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