lightningtip/.gitignore

28 lines
414 B
Plaintext
Raw Permalink Normal View History

2018-03-22 09:58:33 -07:00
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
2018-03-22 11:03:54 -07:00
lightningTip
2018-03-22 09:58:33 -07:00
# 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/
2018-03-22 10:04:03 -07:00
# Jetbrain GoLand
2018-03-22 11:03:54 -07:00
.idea
# Log file
2018-03-22 13:52:16 -07:00
lightningTip.log
# Config file
lightningTip.conf
# Dep vendor directory
2018-03-25 08:58:36 -07:00
vendor
_vendor*