Skip to content

Ignore go.work.sum in addition to go.work

Warren Gifford requested to merge cc/go-work-sum into main

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.

Merge request reports

Loading