Merge pull request #117811 from MikeSpreitzer/ignore-go-work

Add go.work and go.work.sum to .gitignore
This commit is contained in:
Kubernetes Prow Robot 2023-05-05 14:07:15 -07:00 committed by GitHub
commit ace6a79372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.gitignore vendored
View File

@ -1,3 +1,7 @@
# gopls gets indigestion without go.work, CI gets indigestion WITH go.work
/go.work
/go.work.sum
# OSX leaves these everywhere on SMB shares
._*