From 54d5538cfc5add3b69a51d0e8c8398911f56f93b Mon Sep 17 00:00:00 2001 From: Sumanth Lingappa <42572246+sumanth-lingappa@users.noreply.github.com> Date: Thu, 18 Aug 2022 09:53:34 +0530 Subject: [PATCH] Added `dist/` in go ignore By default, the goreleaser tool will create its artifacts in the `dist/` directory. and this should not be part of the repo, generally More info: https://goreleaser.com/customization/dist/ --- Go.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Go.gitignore b/Go.gitignore index 3b735ec4..6f2dc77f 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -19,3 +19,5 @@ # Go workspace file go.work + +dist/