Created
June 25, 2019 09:59
-
-
Save wtask/6976018d057d89b7de2546288dd9df93 to your computer and use it in GitHub Desktop.
Git-ignore template for Golang projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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