Skip to content

Instantly share code, notes, and snippets.

@bynil
Created July 20, 2018 07:19
Show Gist options
  • Save bynil/4a5c0c923642e6bf9a019929a8048c08 to your computer and use it in GitHub Desktop.
Save bynil/4a5c0c923642e6bf9a019929a8048c08 to your computer and use it in GitHub Desktop.
Golang git ignore
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
.idea
.vscode
.DS_Store
main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment