]> njoseph.me Git - goutils.git/blob - .gitignore
Add .gitlab-ci.yml
[goutils.git] / .gitignore
1 # Created by https://www.toptal.com/developers/gitignore/api/intellij,go
2 # Edit at https://www.toptal.com/developers/gitignore?templates=intellij,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 go.sum
26
27 # Intellij IDEA
28 .idea/