Commit e3dcdce
chore: remove redundant build artifacts and test outputs from git
### Changes:
1. **Removed from git tracking**:
- client/12.2StoryToVideo/StoryToVideoGenerator.dmg (67MB) - Installation package should not be tracked
- server/gin-server/static/tasks/*/result.mp4 - Generated test output
- server/gin-server/static/tasks/124/*.png - Generated test images
2. **Updated .gitignore**:
- Added *.dmg, *.pkg, *.exe exclusions
- Added client/*/.xcode/ and client/*/Release/ directories
- Added server/gin-server/static/tasks/*/ pattern to ignore all generated test outputs
- Excluded all client build distribution artifacts
### Rationale:
- Binary installers and test outputs should be generated, not committed
- Reduces repository size and avoids unnecessary CI/CD artifacts
- Local builds remain unaffected due to .gitignore rules1 parent 39c9772 commit e3dcdce
6 files changed
Lines changed: 10 additions & 0 deletions
File tree
- client/12.2StoryToVideo
- server/gin-server/static/tasks
- 123
- 124
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
72 | 74 | | |
| 75 | + | |
73 | 76 | | |
74 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
75 | 81 | | |
76 | 82 | | |
77 | 83 | | |
78 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
79 | 89 | | |
80 | 90 | | |
81 | 91 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments