ignore git_version.go

This commit is contained in:
Mike Bloy 2022-05-08 00:41:32 -05:00
parent 078310a155
commit d3f40ee087
2 changed files with 1 additions and 5 deletions

2
.gitignore vendored
View File

@ -20,5 +20,5 @@ go.work
/tags /tags
/.vscode /.vscode
/version.go /cmd/git_version.go
.env .env

View File

@ -1,4 +0,0 @@
package cmd
// Code generated automatically. DO NOT EDIT
const gitVersion = "0.0.1-dev.8+0462a3cf"