chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
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
|
||||
Reference in New Issue
Block a user