From c908e8484490aac6cf017af9cd56a323d5f5f007 Mon Sep 17 00:00:00 2001 From: JOJO <1498581755@qq.com> Date: Sat, 22 Aug 2026 15:35:20 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20docs/=20=E4=B8=8E=20workflow=5Fresearc?= =?UTF-8?q?h/=20=E7=A7=BB=E5=87=BA=E7=89=88=E6=9C=AC=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=EF=BC=88=E8=BD=AC=E4=B8=BA=E6=9C=AC=E5=9C=B0=E6=96=87=E4=BB=B6?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 9ffaf69d..08b6b387 100644 --- a/.gitignore +++ b/.gitignore @@ -40,8 +40,10 @@ skills/ # 本地实验残留与历史文档归档(不进仓库) _experiments/ -# Ignore docs +# Ignore docs(doc/ 与 docs/ 均为本地文档,不纳入版本控制) doc/ +docs/ +workflow_research/ # 部署级配置(含密钥引用 / 机器特定,本地保留,仓库仅留 .example 种子) config/host_workspaces.json @@ -73,15 +75,6 @@ static/old_version_backup/ static/debug-theme.html # 个人开发笔记与研究资料 -docs/papers/ -docs/code_block_demo.html -docs/sidebar_overlay_demo.html -docs/sidebar_workspace_demo.html -docs/cli_slash_commands_spec.md -docs/cli_ui_display_spec.md -docs/conversation_level_terminal_design.md -docs/mcp-tool-config-guide.md -docs/multi_agent_mode/05_data_model.md research/ # 含私人信息 / 个人工作流约定(脱敏前不进仓库)