bbgo_origin/.gitignore

69 lines
713 B
Plaintext
Raw Permalink Normal View History

2020-10-08 13:49:36 +00:00
# Created by .ignore support plugin (hsz.mobi)
### Go template
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2020-10-10 03:26:49 +00:00
.idea
2020-10-08 13:49:36 +00:00
# Dependency directories (remove the comment below to include it)
# vendor/
2020-12-31 09:07:12 +00:00
/.mod
2021-02-15 08:21:08 +00:00
/_mod
2020-10-08 13:49:36 +00:00
2020-10-08 13:57:58 +00:00
/.env.local
/.env.*.local
2021-12-12 17:12:04 +00:00
/.env.production
2020-10-24 07:38:36 +00:00
2020-11-11 09:51:14 +00:00
.DS_Store
2020-10-24 07:38:36 +00:00
/build
2020-11-11 08:34:29 +00:00
/dist
2020-10-26 07:34:27 +00:00
/bbgow*
2020-12-21 05:40:53 +00:00
/config/bbgo.yaml
2020-12-21 08:30:27 +00:00
2022-07-12 09:14:52 +00:00
/localconfig
2021-02-15 08:21:08 +00:00
/pkg/server/assets.go
2022-08-24 05:19:24 +00:00
*.sqlite3
2021-12-08 09:33:47 +00:00
node_modules
2022-06-05 05:46:43 +00:00
output
otp*png
2021-12-27 15:54:23 +00:00
/.deploy
2022-01-05 09:59:29 +00:00
2022-06-17 11:19:51 +00:00
testoutput
2022-01-05 09:59:29 +00:00
*.swp
/pkg/backtest/assets.go
coverage.txt
coverage_dum.txt
2022-08-24 05:17:07 +00:00
*.cpuprofile
2022-08-24 05:17:19 +00:00
.systemd.*
2022-08-24 05:17:59 +00:00
/coverage.txt
2022-08-24 05:18:19 +00:00
/otp.png
2022-08-24 05:18:41 +00:00
/profile*.png
2022-08-24 05:27:11 +00:00
*_local.yaml
2022-08-24 05:47:56 +00:00
/.chglog/
2023-07-06 08:35:16 +00:00
/.credentials