Skip to content

Instantly share code, notes, and snippets.

@chengyayu
Last active October 22, 2020 02:47
Show Gist options
  • Select an option

  • Save chengyayu/c80a711144093b6c539f9a2f1e5d4543 to your computer and use it in GitHub Desktop.

Select an option

Save chengyayu/c80a711144093b6c539f9a2f1e5d4543 to your computer and use it in GitHub Desktop.
#.gitignore #git #golang
# 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