.gitignore

This commit is contained in:
Alex
2025-02-19 17:33:06 +01:00
parent 09a0c9bba9
commit 4a539638f8

3
.gitignore vendored
View File

@@ -14,7 +14,6 @@
# Output of the go coverage tool, specifically when used with LiteIDE # Output of the go coverage tool, specifically when used with LiteIDE
*.out *.out
# Dependency directories (remove the comment below to include it) # Dependency directories (remove the comment below to include it)
# vendor/ # vendor/
@@ -40,7 +39,7 @@ go.work
!*.css !*.css
!go.sum !go.sum
!go.mod !go.mod
!*.sql #!*.sql
!README.md !README.md
!LICENSE !LICENSE