Skip to content

Commit

Permalink
ignore *tmp.sum files for generated gitignore file (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
yimoucao authored May 30, 2024
1 parent 61fbf60 commit e9bebd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions get.go
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,7 @@ const gitignore = `
!variables.env
*tmp.mod
*tmp.sum
`

func ensureModDirExists(logger *log.Logger, relModDir string) error {
Expand Down

0 comments on commit e9bebd3

Please sign in to comment.