hookehuyr

chore: 忽略更多开发工具与文档目录

添加 .claude、.cursor、.specify、.trae、.github 和 docs 到 .gitignore 文件,避免将特定 IDE 配置、开发工具生成文件以及文档构建目录提交到版本库。
...@@ -27,3 +27,11 @@ dist-ssr ...@@ -27,3 +27,11 @@ dist-ssr
27 node_modules 27 node_modules
28 .vscode 28 .vscode
29 mlaj 29 mlaj
30 +
31 +.claude
32 +.cursor
33 +.specify
34 +.trae
35 +.github
36 +
37 +docs
......