Ignore go.work.sum in addition to go.work
Created by: camdencheek
This adds go.work.sum
to the .gitignore
in addition to go.work
so that
it is not accidentally committed. These files shouldn't be commited since
they are specific to a local dev environment.
The go.work
ignore entry was added in 738affd
Test plan
Tested that the file is no longer tracked by git.