From 4c7a8d027881ebb4368cc2b3e79fc23449d1459c Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 9 Jul 2026 11:52:08 +0800 Subject: [PATCH] chore: extend .gitignore for residual scratch/build cache (2026-07-09 cleanup) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 补充忽略 ops-tools/ dist-new/ _tmp_* *.timestamp-*.mjs fix_redis.sh /test/ backend/scripts/create_test_agent.py, 使工作树仅剩工具态 .workbuddy 改动。 --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index ce7fc72..da3f9eb 100644 --- a/.gitignore +++ b/.gitignore @@ -220,3 +220,12 @@ reset_pwd.sql # 杂项 -w + +# 补充忽略 (2026-07-09 收尾): 残余 scratch / 构建缓存 +ops-tools/ +dist-new/ +_tmp_* +*.timestamp-*.mjs +fix_redis.sh +/test/ +backend/scripts/create_test_agent.py