chore(run-engine): gitignore benchmark output artifacts

Ignore the generated micro-benchmark output (bench-results/) and the
standalone e2e harness run artifacts (node_modules, e2e-results, manifests,
.env, lockfiles) so benchmark runs do not dirty the tree.
This commit is contained in:
Wes Mason
2026-07-27 18:29:44 +01:00
parent 17ecdcd24f
commit de624a9167
2 changed files with 9 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
# Micro-benchmark output (generated by ckMicroBench.bench.test.ts)
bench-results/
@@ -0,0 +1,7 @@
# Standalone deploy/run artifacts (this project is installed + run outside the monorepo)
node_modules/
.trigger/
e2e-results/
.env.bench
pnpm-lock.yaml
package-lock.json