This commit is contained in:
Nuno Cruces
2025-02-15 01:12:38 +00:00
parent 019660eed6
commit 58f8c2d33e

12
.gitignore vendored
View File

@@ -5,9 +5,6 @@
*.so *.so
*.dylib *.dylib
# Go workspace
go.work*
# Test binary, built with `go test -c` # Test binary, built with `go test -c`
*.test *.test
@@ -16,4 +13,11 @@ go.work*
# Dependency directories (remove the comment below to include it) # Dependency directories (remove the comment below to include it)
# vendor/ # vendor/
tools tools
# Go workspace file
go.work
go.work.sum
# env file
.env