fix: officefile/.gitignore 精简为仅标识 Overleaf,忽略规则上移至根

This commit is contained in:
2026-05-30 01:01:36 +08:00
parent 3f3ba0f1e0
commit 7d9c73bf3c
2 changed files with 7 additions and 8 deletions
+5
View File
@@ -9,6 +9,11 @@ __pycache__/
# === Overleaf(独立管理)===
officefile/latex/
# === officefile 内部 ===
officefile/.obsidian/
officefile/.pandoc/
downloads/
# === 旧的嵌套 Git 历史 ===
.git-old-local/
+2 -8
View File
@@ -1,8 +1,2 @@
# Obsidian 工作区
.obsidian/
# Pandoc 缓存
.pandoc/
# 大型下载文件
downloads/
# Overleaf 同步目录(Git Bridge 独立管理)
# 此文件仅标识 latex/ 由 Overleaf 管理,忽略规则已在根 .gitignore 中配置