Skip to content

Commit

Permalink
chore(gitignore): add compiled binary to gitignore
Browse files Browse the repository at this point in the history
Add binary, built with go build to gitignore, so it does not
accidentally get commited.
  • Loading branch information
qgrp-m-kondratenko committed Sep 14, 2024
1 parent 254c991 commit e1a6f64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
# Test binary, built with `go test -c`
*.test

# Binary built with `go build`
cmd/tfstate-lookup/tfstate-lookup

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

Expand Down
Binary file removed cmd/tfstate-lookup/tfstate-lookup
Binary file not shown.

0 comments on commit e1a6f64

Please sign in to comment.