chore(config): 添加文档解析工具临时文件到 gitignore
- 忽略 docs/parsed-backup/ 备份目录 - 忽略 docs/to-parse/*.md 待处理文档 - 保留 docs/to-parse/README.md 说明文件 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Showing
2 changed files
with
22 additions
and
0 deletions
| 1 | +## [2026-02-13] - 添加文档解析工具临时文件到 gitignore | ||
| 2 | + | ||
| 3 | +### 配置 | ||
| 4 | +- 忽略 docs/parsed-backup/ 备份目录 | ||
| 5 | +- 忽略 docs/to-parse/*.md 待处理文档 | ||
| 6 | +- 保留 docs/to-parse/README.md 说明文件 | ||
| 7 | + | ||
| 8 | +--- | ||
| 9 | + | ||
| 10 | +**详细信息**: | ||
| 11 | +- **影响文件**: .gitignore | ||
| 12 | +- **技术栈**: Git | ||
| 13 | +- **测试状态**: N/A | ||
| 14 | +- **备注**: 避免将临时文档和备份文件提交到版本控制 | ||
| 15 | + | ||
| 16 | +--- | ||
| 17 | + | ||
| 1 | ## [2026-02-13] - 文档解析配置生成修复 | 18 | ## [2026-02-13] - 文档解析配置生成修复 |
| 2 | 19 | ||
| 3 | ### 修复 | 20 | ### 修复 | ... | ... |
-
Please register or login to post a comment