hookehuyr

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

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