From 38a8498640e92008079521cf8f5ecd04bda589cc Mon Sep 17 00:00:00 2001 From: Liang Jiaqing Date: Sun, 1 Feb 2026 14:23:22 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E9=85=8D=E7=BD=AE=20memory=5Fmanag?= =?UTF-8?q?ement=5Fsop.md=20=E7=99=BD=E5=90=8D=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 .gitignore 中添加白名单规则 - 允许追踪 memory/memory_management_sop.md - 保持 memory/ 中其他敏感文件被忽略 --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c1efe33..b75c9d0 100644 --- a/.gitignore +++ b/.gitignore @@ -35,5 +35,6 @@ model_responses.txt *.zip -# 存储敏感信息的记忆文件夹 -memory/ \ No newline at end of file +# 存储敏感信息的记忆文件夹(除了公开的 SOP) +memory/ +!memory/memory_management_sop.md \ No newline at end of file