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