From 18f6b3b21872144829c742125f3baf1808353938 Mon Sep 17 00:00:00 2001 From: Manuel Hutter Date: Thu, 10 Aug 2023 17:58:29 +0200 Subject: [PATCH] chore: Add release artifacts to Gitignore (#25) Otherwise gorelease will complain about a dirty git state Signed-off-by: Manuel Hutter --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1e8ee58..6edc57d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ -/appcat-cmd +/appcat-cli examples/ + +# Goreleaser +/dist/ +/.github/release-notes.md