...
1# Created by https://www.toptal.com/developers/gitignore/api/go
2# Edit at https://www.toptal.com/developers/gitignore?templates=go
3
4### Go ###
5# Binaries for programs and plugins
6*.exe
7*.exe~
8*.dll
9*.so
10*.dylib
11
12# Test binary, built with `go test -c`
13*.test
14
15# Output of the go coverage tool, specifically when used with LiteIDE
16*.out
17
18# Dependency directories (remove the comment below to include it)
19# vendor/
20
21### Go Patch ###
22/vendor/
23/Godeps/
24
25# End of https://www.toptal.com/developers/gitignore/api/go
26covprofile
27.idea/
28.DS_Store
29
30api.json
31_site/
32.jekyll-cache/
View as plain text