fix: 修复 Git 子模块问题并更新 .gitignore

- 移除 .yoyo/snapshot 嵌套 git 仓库引用
- 从版本控制中移除 .yoyo、.serena、.claude 配置目录
- 更新 .gitignore 忽略这些配置目录
- 修复 GitHub Actions 部署错误

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
KQL
2025-11-03 19:26:39 +08:00
parent b725af0e2e
commit 8688c3dc5c
10 changed files with 5 additions and 321 deletions

5
.gitignore vendored
View File

@@ -33,3 +33,8 @@ lerna-debug.log*
# Temporary files
*.tmp
.cache/
# Yoyo, Serena and Claude
.yoyo/
.serena/
.claude/