Add go workspaces files to gitignore

This commit is contained in:
Mariano Cano 2022-09-08 17:24:51 -07:00
parent ba42aaf865
commit 53ad3a9dbe

4
.gitignore vendored
View file

@ -6,6 +6,10 @@
*.so *.so
*.dylib *.dylib
# Go Workspaces
go.work
go.work.sum
# Test binary, build with `go test -c` # Test binary, build with `go test -c`
*.test *.test