mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-14 07:26:47 +00:00
* the generator should use the same path as the database/drivers/sqlite3 * remove unused data directory * generate sqlboiler.json for model generation * ignore target folder
39 lines
485 B
Plaintext
39 lines
485 B
Plaintext
config.json
|
|
config.dat
|
|
node_modules
|
|
lib
|
|
.vscode
|
|
|
|
testdata/dump
|
|
testdata/preengine_config.json
|
|
testdata/writefiletest
|
|
|
|
# InteliJ
|
|
.idea
|
|
*.iml
|
|
vendor/
|
|
|
|
# Binaries for programs and plugins
|
|
gocryptotrader
|
|
cmd/gctcli/gctcli
|
|
*.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/
|