From e68b9d00a6e05b3a941f63ffb696f91e554ac5ec Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 18 Oct 2024 20:33:49 +0200 Subject: Adding upstream version 9.0.3. Signed-off-by: Daniel Baumann --- options/gitignore/Go | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 options/gitignore/Go (limited to 'options/gitignore/Go') diff --git a/options/gitignore/Go b/options/gitignore/Go new file mode 100644 index 0000000..6f72f89 --- /dev/null +++ b/options/gitignore/Go @@ -0,0 +1,25 @@ +# 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 +*.out + +# Dependency directories (remove the comment below to include it) +# vendor/ + +# Go workspace file +go.work +go.work.sum + +# env file +.env -- cgit v1.2.3