-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
32 lines (31 loc) · 724 Bytes
/
Copy path.gitignore
File metadata and controls
32 lines (31 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
node_modules
.DS_Store
dist
dist/bin
coverage
bench/output
bench/artifacts/
bench/datasets/
# Local benchmark scratch space
.bench
# Ignore volatile benchmark outputs (canonical artifacts are tracked via LFS)
bench/.results/latest.json
bench/.results/regression-report.md
bench/.results/fetch-e2e-latest.json
bench/.results/workflows-latest.json
bench/.results/memory-latest.json
bench/.results/token-usage-latest.json
bench/.results/bundle-size-*.json
bench/output/
bench/Users/
bench/README-benchmarks.md
# Allow tracked benchmark results and fixtures (managed via Git LFS)
# (keep optional local fixture packs elsewhere)
.vscode
.idea
*.log
.env*
.nyc_output
# TypeDoc generated documentation
docs/api
docs/api-markdown