ci: add GitHub Actions workflow to sync branches to Gitee
- Add new GitHub Actions workflow file for syncing all branches to Gitee repository - Configure workflow to trigger on push events to any branch - Implement branch synchronization logic using git remote and force push - Add .claude to .gitignore to exclude IDE-specific files - Enable automated repository mirroring between GitHub and Gitee platforms
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -18,6 +18,7 @@ examples/
|
||||
.kiro
|
||||
.vscode
|
||||
.idea
|
||||
.claude
|
||||
|
||||
# Temporary outputs
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user