bbgo_origin/.gitignore

23 lines
366 B
Plaintext
Raw 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-10-08 13:57:58 +00:00
/.env.local
/.env.*.local