Files
gocryptotrader/.gitignore
Adrian Gallagher d639f6e4a6 Ignore gocryptotrader binary on macOS/Linux builds
Also fix go fmt issues
2019-06-03 00:48:33 -07:00

28 lines
325 B
Plaintext

config.json
config.dat
node_modules
lib
.vscode
testdata/dump
testdata/writefiletest
# InteliJ
.idea
*.iml
vendor/
# Binaries for programs and plugins
gocryptotrader
*.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