- 移除 .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>
41 lines
376 B
Plaintext
41 lines
376 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# Testing
|
|
/coverage
|
|
|
|
# Production
|
|
/build
|
|
/dist
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
.cache/
|
|
|
|
# Yoyo, Serena and Claude
|
|
.yoyo/
|
|
.serena/
|
|
.claude/
|