bbgo_origin/.gitignore

45 lines
523 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
2021-02-15 08:21:08 +00:00
/pkg/server/assets.go
bbgo.sqlite3
2021-12-08 09:33:47 +00:00
node_modules
otp*png
2021-12-27 15:54:23 +00:00
/.deploy
2022-01-05 09:59:29 +00:00
*.swp