From c13fe94b2022a1b669da256b5f6091e45adde014 Mon Sep 17 00:00:00 2001 From: Javier Matias-Cabrera Date: Wed, 8 Mar 2023 20:39:07 -0500 Subject: [PATCH] Add go template to `.gitignore` --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.gitignore b/.gitignore index e4c2efce..0bc88c09 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,28 @@ talisman_html_report .idea dist/ +out/ .goreleaser-schema.json + +### Go template +# If you prefer the allow list template instead of the deny list, see community template: +# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore +# +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE + +# Dependency directories (remove the comment below to include it) +# vendor/ + +# Go workspace file +go.work +