also ignore this file GO creates when using go.work

This commit is contained in:
Jeff Carr 2025-05-23 10:33:54 -05:00
parent 521857cd53
commit f9331ea548
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ func gitDirectoriesNew(srcDir string) ([]string, error) {
case "repos.pb": case "repos.pb":
case "go.work": case "go.work":
case "go.work.last": case "go.work.last":
case "go.work.sum":
default: default:
// todo: figure out a way to do padding for init() // todo: figure out a way to do padding for init()
if trip == false { if trip == false {