From 40911f603cb84c4b2f88d482799ee94041c3087d Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Wed, 14 May 2025 04:58:31 +0000 Subject: [PATCH] update --- .gitignore | 2 -- tools/gitpush.sh | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ed8f9635..b7b09423 100644 --- a/.gitignore +++ b/.gitignore @@ -122,8 +122,6 @@ docker-compose-*.yml data/ !result/ -output.log -output_filted.log tools/.env result/ diff --git a/tools/gitpush.sh b/tools/gitpush.sh index 7c6971a1..3be0eb27 100755 --- a/tools/gitpush.sh +++ b/tools/gitpush.sh @@ -29,6 +29,7 @@ else echo "result/ 已经在 .gitignore 中,跳过处理" fi +rm output*.log # 停止当前可能存在的交易进程(可选) # pkill -f "freqtrade trade" || true