Skip to content

Instantly share code, notes, and snippets.

@GerardoHP
Created July 11, 2022 15:23
Show Gist options
  • Save GerardoHP/111a1b96ca1117b789903ef6e83fa413 to your computer and use it in GitHub Desktop.
Save GerardoHP/111a1b96ca1117b789903ef6e83fa413 to your computer and use it in GitHub Desktop.
.gitignore for golang
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment