mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
* CI: Bump go version, linters and fix minor issues * Bump version, fix loop variables * Revert * Rid TODOs now that 1.51 has been released
51 lines
643 B
Plaintext
51 lines
643 B
Plaintext
config.json
|
|
config.dat
|
|
node_modules
|
|
lib
|
|
|
|
# VS Code
|
|
.vscode
|
|
tmp/
|
|
|
|
testdata/dump
|
|
testdata/preengine_config.json
|
|
testdata/writefiletest
|
|
|
|
# InteliJ
|
|
.idea
|
|
*.iml
|
|
vendor/
|
|
|
|
# Binaries for programs and plugins
|
|
gocryptotrader
|
|
/backtester/backtester
|
|
cmd/gctcli/gctcli
|
|
backtester/backtester
|
|
backtester/btcli/btcli
|
|
*.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
|