chore: 更新 .gitignore 和管理脚本

- 在 .gitignore 中添加更多备份文件忽略规则
- 在 manage.sh 脚本中添加切换分支功能
- 优化脚本执行权限设置逻辑

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
shaw
2025-08-08 20:36:33 +08:00
parent 66857af148
commit 8085a00d24
2 changed files with 267 additions and 6 deletions

3
.gitignore vendored
View File

@@ -143,6 +143,9 @@ desktop.ini
# Backup files
*.bak
*.backup
*.backup.*
.env.backup.*
config.js.backup.*
*~
# Archive files (unless specifically needed)