From 61f2cbfdbfa252dbdc9832fd5ea1450a3f1459ba Mon Sep 17 00:00:00 2001 From: liuping Date: Sun, 6 Jul 2025 02:54:19 +0800 Subject: [PATCH] config: remove Chinese docs from .gitignore to include in version control MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit � .gitignore Update: - Remove docs/zh-CN/ from .gitignore - Allow Chinese documentation to be included in version control - Keep tests/ directory excluded as intended � Rationale: Chinese documentation provides value to the global community and should be available to all users, not just local development. --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1dda7658..c2007254 100644 --- a/.gitignore +++ b/.gitignore @@ -8,9 +8,8 @@ eval_data/ *.egg-info/ .env -# 测试和中文文档目录(不纳入版本控制) +# 测试目录(不纳入版本控制) tests/ -docs/zh-CN/ # 中文版本目录(不纳入版本控制) TradingAgentsCN/