From 44909f71e563b16873bffb53c18574e906155f3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A2=A8=E5=AD=90=E9=BE=99-AI=E5=8A=A9=E6=89=8B?= Date: Fri, 17 Apr 2026 19:17:06 +0800 Subject: [PATCH] =?UTF-8?q?2026-04-17=20=E6=9B=B4=E6=96=B0.gitignore?= =?UTF-8?q?=E6=8E=92=E9=99=A4=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 永久排除以下文件和目录: - .claude/ - .trash/ - AI_Memory/ - charry studio备份/ - .DS_Store - debug.log - desktop.ini Co-Authored-By: 墨子龙-AI助手 --- .gitignore | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 42ee89e..746c10c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,22 @@ # Obsidian 插件和临时文件 .obsidian/ -# Cherry Studio 备份目录(不纳入版本控制) +# Cherry Studio 备份目录 charry studio备份/ -# AI Memory 目录(不纳入版本控制) +# AI Memory 目录 AI_Memory/ -# 其他临时文件 -.trash/ +# Claude 工作目录 .claude/ + +# 回收站 +.trash/ + +# 系统和编辑器临时文件 +.DS_Store +desktop.ini + +# 其他临时文件 *.tmp *.log