Files
KG_ICH/.gitignore
T
pengxiao a9f4e8cf4b feat: 添加 officefile/latex 为 git submodule(Overleaf Git Bridge)
凭据仅存在本地 .git/config,.gitmodules 不含 token
2026-05-30 01:08:18 +08:00

22 lines
279 B
Plaintext

# === 工具缓存 ===
.claude/
.playwright-mcp/
# === Python ===
__pycache__/
*.py[cod]
# === officefile 内部 ===
officefile/.obsidian/
officefile/.pandoc/
downloads/
# === 旧的嵌套 Git 历史 ===
.git-old-local/
# === IDE / OS ===
.vscode/
.idea/
.DS_Store
Thumbs.db