Skip to content

Commit

Permalink
chore: update gitignore, ignore mango binary and golangci-lint cache
Browse files Browse the repository at this point in the history
- when running the local build using goreleaser, it copies the binary
  out of `dist/` into the working directory, so we should exclude that
copy of the binary as well.
- excludes local golangci lint cache directory
  • Loading branch information
tjhop committed Apr 17, 2024
1 parent bca2322 commit 8acbab9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
.vagrant/

dist/
.golangci-lint/
mango

0 comments on commit 8acbab9

Please sign in to comment.