Files
2026-07-13 12:58:18 +08:00

28 lines
888 B
Plaintext

shared_python/
shared_frontend/
shared_typescript/
# Incremental TypeScript build state — regenerated on every tsc
# invocation and not useful to track.
**/tsconfig.tsbuildinfo
# Test fixture generated by showcase/scripts/__tests__/create-integration.test.ts.
# If the test is killed before cleanup, the directory leaks into the worktree;
# this entry prevents accidental `git add`.
integrations/test-integration-tmp/
# Generated data files — produced by showcase/scripts/ generators at build
# time and dev startup. Every build path (Docker, CI, npm run build, npm
# run dev) regenerates them, so they don't need to be committed. Tracking
# them caused constant git noise from embedded timestamps.
shell/src/data/*.json
shell-dojo/src/data/*.json
shell-docs/src/data/*.json
shell-dashboard/src/data/*.json
# Eval local artifacts
.eval-results/
.eval-baseline.json
next-env.d.ts