fix: 精简 .gitignore,职责分明
根 .gitignore: 工具缓存/Python/Overleaf/IDE officefile/.gitignore: Obsidian/Pandoc/downloads 移除冗余规则(*.log 过宽、递归匹配不清晰等)
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user