This commit is contained in:
2025-09-28 15:42:42 +02:00
parent 28bf1f0b44
commit 6ea15c3094
96 changed files with 951 additions and 158 deletions

View File

@@ -11,8 +11,11 @@
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
# Code coverage profiles and other test artifacts
*.out
coverage.*
*.coverprofile
profile.cov
# Dependency directories (remove the comment below to include it)
# vendor/
@@ -23,3 +26,7 @@ go.work.sum
# env file
.env
# Editor/IDE
# .idea/
# .vscode/