This commit is contained in:
zhangkun9038@dingtalk.com 2025-05-14 04:58:31 +00:00
parent 9a50029e7b
commit 40911f603c
2 changed files with 1 additions and 2 deletions

2
.gitignore vendored
View File

@ -122,8 +122,6 @@ docker-compose-*.yml
data/
!result/
output.log
output_filted.log
tools/.env
result/

View File

@ -29,6 +29,7 @@ else
echo "result/ 已经在 .gitignore 中,跳过处理"
fi
rm output*.log
# 停止当前可能存在的交易进程(可选)
# pkill -f "freqtrade trade" || true