also ignore this file GO creates when using go.work
This commit is contained in:
parent
521857cd53
commit
f9331ea548
|
@ -73,6 +73,7 @@ func gitDirectoriesNew(srcDir string) ([]string, error) {
|
|||
case "repos.pb":
|
||||
case "go.work":
|
||||
case "go.work.last":
|
||||
case "go.work.sum":
|
||||
default:
|
||||
// todo: figure out a way to do padding for init()
|
||||
if trip == false {
|
||||
|
|
Loading…
Reference in New Issue