From 7d9c73bf3ccb0650920dbf1d0079cb76e1d215b3 Mon Sep 17 00:00:00 2001 From: xiaopeng <1509442308@qq.com> Date: Sat, 30 May 2026 01:01:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20officefile/.gitignore=20=E7=B2=BE?= =?UTF-8?q?=E7=AE=80=E4=B8=BA=E4=BB=85=E6=A0=87=E8=AF=86=20Overleaf?= =?UTF-8?q?=EF=BC=8C=E5=BF=BD=E7=95=A5=E8=A7=84=E5=88=99=E4=B8=8A=E7=A7=BB?= =?UTF-8?q?=E8=87=B3=E6=A0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 +++++ officefile/.gitignore | 10 ++-------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 164f6ee..b7a24de 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,11 @@ __pycache__/ # === Overleaf(独立管理)=== officefile/latex/ +# === officefile 内部 === +officefile/.obsidian/ +officefile/.pandoc/ +downloads/ + # === 旧的嵌套 Git 历史 === .git-old-local/ diff --git a/officefile/.gitignore b/officefile/.gitignore index c24193d..034a873 100644 --- a/officefile/.gitignore +++ b/officefile/.gitignore @@ -1,8 +1,2 @@ -# Obsidian 工作区 -.obsidian/ - -# Pandoc 缓存 -.pandoc/ - -# 大型下载文件 -downloads/ +# Overleaf 同步目录(Git Bridge 独立管理) +# 此文件仅标识 latex/ 由 Overleaf 管理,忽略规则已在根 .gitignore 中配置