Created
July 20, 2018 07:19
-
-
Save bynil/4a5c0c923642e6bf9a019929a8048c08 to your computer and use it in GitHub Desktop.
Golang git ignore
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
# 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