Add go.work and go.work.sum to .gitignore

This commit is contained in:
Mike Spreitzer 2023-05-05 11:15:50 -04:00
parent 7e25f1232a
commit 3e57a0bd13

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
._*