mirror of
https://github.com/Narcooo/inkos.git
synced 2026-09-19 02:06:35 +08:00
之前 .gitignore 把 docs/superpowers/ 作为白名单例外跟踪。实际上这些 spec 和 plan 是中间产物,随迭代快速变化且数量多,放在代码仓库里会让每个 PR 都夹带大量文档变更、拖慢 review。 改为整个 docs/ 目录一律不进 git:文件保留在磁盘本地工作,需要留档的内容 通过其它渠道沉淀。 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
30 lines
386 B
Plaintext
30 lines
386 B
Plaintext
node_modules/
|
|
dist/
|
|
.env
|
|
.env.local
|
|
.npmrc
|
|
*.tgz
|
|
.DS_Store
|
|
coverage/
|
|
.turbo/
|
|
_notes/
|
|
_tmp_*
|
|
test-project/
|
|
.venv*/
|
|
.gstack/
|
|
.worktrees/
|
|
docs/*
|
|
novel-to-comic-research.docx
|
|
.pnpm-store/
|
|
tmp/
|
|
autoresearch/
|
|
.playwright-cli/
|
|
.superpowers/
|
|
_*.md
|
|
|
|
# 用户运行时数据(会话记录、书籍内容、项目密钥、提示词模板不属于项目代码)
|
|
.inkos/
|
|
books/
|
|
inkos.json
|
|
prompt/
|