mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
* codebase: Remove web frontend and related services * refactor: Update StartPPROF to accept context and adjust related tests * refactor: Simplify SetIfZero functions and update related tests * config: Clarify DowngradeConfig method documentation regarding permanent removal of deprecated fields * refactor: Rename setIfZeroAndWarn to setDefaultIfZeroWarn for clarity and update related calls * refactor: Update error handling in DataHistoryManager and remove redundant error variable
49 lines
648 B
Plaintext
49 lines
648 B
Plaintext
wrapperconfig.json
|
|
config.json
|
|
config.dat
|
|
lib
|
|
.DS_STORE
|
|
|
|
# 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
|
|
|
|
# Designated generated files dir
|
|
target/
|
|
|
|
# Delve compiled executable
|
|
__debug_bin
|
|
|
|
# Coverage reports
|
|
coverage.txt
|
|
wrapperconfig.json
|
|
.history/ |