From 3f3ba0f1e010435d5c4f40a16b50fb1075ed2e1a Mon Sep 17 00:00:00 2001 From: xiaopeng <1509442308@qq.com> Date: Sat, 30 May 2026 00:59:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=B2=BE=E7=AE=80=20.gitignore=EF=BC=8C?= =?UTF-8?q?=E8=81=8C=E8=B4=A3=E5=88=86=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 根 .gitignore: 工具缓存/Python/Overleaf/IDE officefile/.gitignore: Obsidian/Pandoc/downloads 移除冗余规则(*.log 过宽、递归匹配不清晰等) --- .gitignore | 22 ++++++---------------- officefile/.gitignore | 10 +++++----- 2 files changed, 11 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index 5e15575..164f6ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,29 +1,19 @@ -# === 工具与缓存 === +# === 工具缓存 === .claude/ .playwright-mcp/ -*.log -# === Python 虚拟环境 === -.venv/ -venv/ +# === Python === __pycache__/ *.py[cod] -# === Obsidian & Pandoc === -.obsidian/ -.pandoc/ +# === Overleaf(独立管理)=== +officefile/latex/ -# === Overleaf Git(仅 latex/ 同步)=== -officefile/latex/.git/ +# === 旧的嵌套 Git 历史 === +.git-old-local/ # === IDE / OS === .vscode/ .idea/ .DS_Store Thumbs.db - -# === 旧的嵌套 Git 历史 === -.git-old-local/ - -# === 大型下载文件 === -downloads/ diff --git a/officefile/.gitignore b/officefile/.gitignore index baa2e62..c24193d 100644 --- a/officefile/.gitignore +++ b/officefile/.gitignore @@ -1,8 +1,8 @@ -# Overleaf sync is in latex/ subdirectory, ignore its git state -latex/.git/ - -# Obsidian workspace +# Obsidian 工作区 .obsidian/ -# Pandoc cache +# Pandoc 缓存 .pandoc/ + +# 大型下载文件 +downloads/