Skip to content

Instantly share code, notes, and snippets.

@wtask
Created June 25, 2019 09:59
Show Gist options
  • Save wtask/6976018d057d89b7de2546288dd9df93 to your computer and use it in GitHub Desktop.
Save wtask/6976018d057d89b7de2546288dd9df93 to your computer and use it in GitHub Desktop.
Git-ignore template for Golang projects
.idea/
.vscode/
.history/
# Debug binaries
debug
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment