config: remove Chinese docs from .gitignore to include in version control

� .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.
This commit is contained in:
liuping 2025-07-06 02:54:19 +08:00
parent 87f942d40c
commit 61f2cbfdbf
1 changed files with 1 additions and 2 deletions

3
.gitignore vendored
View File

@ -8,9 +8,8 @@ eval_data/
*.egg-info/
.env
# 测试和中文文档目录(不纳入版本控制)
# 测试目录(不纳入版本控制)
tests/
docs/zh-CN/
# 中文版本目录(不纳入版本控制)
TradingAgentsCN/