ignore list
This commit is contained in:
parent
47fd8f263e
commit
a6a0884c6a
23
.gitignore
vendored
23
.gitignore
vendored
@ -25,6 +25,9 @@ Release/
|
|||||||
# API的.con文件
|
# API的.con文件
|
||||||
*.con
|
*.con
|
||||||
|
|
||||||
|
*.log
|
||||||
|
*.csv
|
||||||
|
|
||||||
# visual studio
|
# visual studio
|
||||||
*.opensdf
|
*.opensdf
|
||||||
|
|
||||||
@ -48,15 +51,17 @@ Release/
|
|||||||
*.vt
|
*.vt
|
||||||
*.dat
|
*.dat
|
||||||
=======
|
=======
|
||||||
vn.ctp/build/*
|
vn.api/vn.ctp/build/*
|
||||||
vn.lts/build/*
|
vn.api/vn.lts/build/*
|
||||||
vn.trader/catAlgo/ctaGridTrade.py
|
vn.trader/logs/*
|
||||||
vn.trader/catAlgo/ctaLineBar.py
|
vn.trader/orders/*
|
||||||
vn.trader/catAlgo/ctaPeriod.py
|
vn.trader/learning/*
|
||||||
vn.trader/catAlgo/ctaPolicy.py
|
vn.trader/obj/*
|
||||||
vn.trader/catAlgo/ctaPosition.py
|
vn.trader/temp/*
|
||||||
vn.trader/catAlgo/ctaRangeBar.py
|
vn.trader/catStrategy/ctaLineBar.py
|
||||||
vn.trader/catAlgo/ctaRenkoBar.py
|
vn.trader/catStrategy/ctaPeriod.py
|
||||||
|
vn.trader/catStrategy/ctaRangeBar.py
|
||||||
|
vn.trader/catStrategy/ctaRenkoBar.py
|
||||||
vn.trader/ctpGateway/CTP_EBF_connection.json
|
vn.trader/ctpGateway/CTP_EBF_connection.json
|
||||||
vn.trader/ctpGateway/CTP_Post_connection.json
|
vn.trader/ctpGateway/CTP_Post_connection.json
|
||||||
vn.trader/ctpGateway/CTP_Prod_connection.json
|
vn.trader/ctpGateway/CTP_Prod_connection.json
|
||||||
|
Loading…
Reference in New Issue
Block a user