hookehuyr

chore: 添加 .claude 目录和 CLAUDE.md 到 .gitignore

更新 Claude 配置以支持 pandoc 命令
......@@ -11,7 +11,8 @@
"Bash(pnpm format:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)"
"Bash(git push:*)",
"Bash(pandoc:*)"
]
}
}
......
......@@ -6,3 +6,5 @@ node_modules/
.DS_Store
.swc
.history
.claude/
CLAUDE.md
......