fix: officefile/.gitignore 精简为仅标识 Overleaf,忽略规则上移至根
This commit is contained in:
@@ -9,6 +9,11 @@ __pycache__/
|
||||
# === Overleaf(独立管理)===
|
||||
officefile/latex/
|
||||
|
||||
# === officefile 内部 ===
|
||||
officefile/.obsidian/
|
||||
officefile/.pandoc/
|
||||
downloads/
|
||||
|
||||
# === 旧的嵌套 Git 历史 ===
|
||||
.git-old-local/
|
||||
|
||||
|
||||
@@ -1,8 +1,2 @@
|
||||
# Obsidian 工作区
|
||||
.obsidian/
|
||||
|
||||
# Pandoc 缓存
|
||||
.pandoc/
|
||||
|
||||
# 大型下载文件
|
||||
downloads/
|
||||
# Overleaf 同步目录(Git Bridge 独立管理)
|
||||
# 此文件仅标识 latex/ 由 Overleaf 管理,忽略规则已在根 .gitignore 中配置
|
||||
|
||||
Reference in New Issue
Block a user