Files
gocryptotrader/.gitignore
Yordan Miladinov 4f5ab42bd8 build: Enrich .gitignore (#728)
* gitignore: ignore __debug_bin (compiled by delve)

* gitignore: ignore coverage reports
2021-07-29 09:37:38 +10:00

45 lines
559 B
Plaintext

config.json
config.dat
node_modules
lib
.vscode
testdata/dump
testdata/preengine_config.json
testdata/writefiletest
# InteliJ
.idea
*.iml
vendor/
# Binaries for programs and plugins
gocryptotrader
cmd/gctcli/gctcli
*.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
sqlboiler.toml
sqlboiler.json
# GCT API Check
backup.json
.DS_STORE
# Designated generated files dir
target/
# Delve compiled executable
__debug_bin
# Coverage reports
coverage.txt