Last active
October 22, 2020 02:47
-
-
Save chengyayu/c80a711144093b6c539f9a2f1e5d4543 to your computer and use it in GitHub Desktop.
#.gitignore #git #golang
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 | |
| *.exe~ | |
| *.dll | |
| *.so | |
| *.dylib | |
| # Test binary, build with `go test -c` | |
| *.test | |
| # Output of the go coverage tool, specifically when used with LiteIDE | |
| *.out | |
| # JetBrains | |
| .idea/ | |
| *.iml | |
| out/ | |
| # VSCode | |
| .vscode/ | |
| # MacOS | |
| .DS_Store | |
| .AppleDouble | |
| .LSOverride |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment