Skip to content

Commit e772879

Browse files
committed
fix(showcase): gitignore generated data JSON and untrack committed blobs
Add */src/data/*.json patterns to showcase/.gitignore for all 4 shell apps. Remove 11 tracked JSON blobs (~28K lines of generated content) that were causing constant git noise from embedded timestamps and leaking into PRs on every build/dev run. Every build path (Docker, CI, npm run build, npm run dev) regenerates these files — they never needed to be committed.
1 parent f861bd3 commit e772879

12 files changed

Lines changed: 9 additions & 28486 deletions

File tree

showcase/.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,12 @@ shared_typescript/
1010
# If the test is killed before cleanup, the directory leaks into the worktree;
1111
# this entry prevents accidental `git add`.
1212
packages/test-integration-tmp/
13+
14+
# Generated data files — produced by showcase/scripts/ generators at build
15+
# time and dev startup. Every build path (Docker, CI, npm run build, npm
16+
# run dev) regenerates them, so they don't need to be committed. Tracking
17+
# them caused constant git noise from embedded timestamps.
18+
shell/src/data/*.json
19+
shell-dojo/src/data/*.json
20+
shell-docs/src/data/*.json
21+
shell-dashboard/src/data/*.json

showcase/shell-docs/src/data/demo-content.json

Lines changed: 0 additions & 3735 deletions
This file was deleted.

showcase/shell-docs/src/data/registry.json

Lines changed: 0 additions & 3301 deletions
This file was deleted.

0 commit comments

Comments
 (0)