Skip to content

Commit e3dcdce

Browse files
胡傲东胡傲东
authored andcommitted
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 rules
1 parent 39c9772 commit e3dcdce

6 files changed

Lines changed: 10 additions & 0 deletions

File tree

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,23 @@ debug/
6969
# Client specific
7070
client/build/
7171
client/dist-app/
72+
client/*/.xcode/
73+
client/*/Release/
7274
client/*/StoryToVideoGenerator.app/
75+
client/*/*.dmg
7376
storytovideo.app/
7477
storytovideo*.zip
78+
*.dmg
79+
*.pkg
80+
*.exe
7581

7682
# Server logs
7783
server/log/
7884

85+
# Server test outputs (generated media)
86+
server/gin-server/static/tasks/*/
87+
server/static/tasks/*/
88+
7989
# Word documents (not source code)
8090
*.docx
8191
*.pdf
-67.4 MB
Binary file not shown.
-6.79 MB
Binary file not shown.
-4.31 KB
Binary file not shown.
-7.96 KB
Binary file not shown.
-13.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)