- 新增 PDD 方案(编号 32),覆盖 6 处逐字节强转修复、测试设计与版本升级计划 - 新增 PRD 需求(编号 2),定位模板编译阶段中文乱码根因并明确验收标准 - 添加 .codegraph 目录忽略规则,避免本地数据文件入库
6 lines
229 B
Plaintext
6 lines
229 B
Plaintext
# CodeGraph data files — local to each machine, not for committing.
|
|
# Ignore everything in .codegraph/ except this file itself, so transient
|
|
# files (the database, daemon.pid, sockets, logs) never show up in git.
|
|
*
|
|
!.gitignore
|