2017-05-17 10:49:29 +00:00
|
|
|
# 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
|
|
|
|
|
|
|
|
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
|
|
|
|
.glide/
|
2017-06-18 21:59:30 +00:00
|
|
|
|
|
|
|
# dep related files and folders
|
2017-06-20 22:41:15 +00:00
|
|
|
/vendor*
|
2017-06-18 21:59:30 +00:00
|
|
|
|
|
|
|
# ignore logfiles (/* so the .gitkeep override works)
|
|
|
|
/logs/*
|
|
|
|
|
2017-06-19 14:15:28 +00:00
|
|
|
# ignore configuration file
|
|
|
|
/config.json
|
|
|
|
|
2017-06-20 22:42:14 +00:00
|
|
|
# Ignore Vagrant stuff
|
|
|
|
/.vagrant
|
|
|
|
|
2017-06-18 21:59:30 +00:00
|
|
|
# Keep all gitkeep files (This needs to stay at the bottom)
|
|
|
|
!.gitkeep
|