Skip to content

Commit 71e71cc

Browse files
committed
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.
1 parent c588c6f commit 71e71cc

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Micro-benchmark output (generated by ckMicroBench.bench.test.ts)
2+
bench-results/
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Standalone deploy/run artifacts (this project is installed + run outside the monorepo)
2+
node_modules/
3+
.trigger/
4+
e2e-results/
5+
.env.bench
6+
pnpm-lock.yaml
7+
package-lock.json

0 commit comments

Comments
 (0)