forked from TrueCloudLab/certificates
Add go workspaces files to gitignore
This commit is contained in:
parent
ba42aaf865
commit
53ad3a9dbe
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
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…
Reference in a new issue