Add go workspaces files to gitignore

pull/1048/head
Mariano Cano 2 years ago
parent ba42aaf865
commit 53ad3a9dbe

4
.gitignore vendored

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

Loading…
Cancel
Save