From 8acbab98907d224850efcfe1d8d170c0ef5c78c7 Mon Sep 17 00:00:00 2001 From: TJ Hoplock Date: Wed, 17 Apr 2024 13:11:38 -0400 Subject: [PATCH] chore: update gitignore, ignore mango binary and golangci-lint cache - 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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6a8fc31..b7f80f9 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ .vagrant/ dist/ +.golangci-lint/ +mango