-
-
Notifications
You must be signed in to change notification settings - Fork 117
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (55 loc) · 1.26 KB
/
Copy path.gitignore
File metadata and controls
61 lines (55 loc) · 1.26 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Logs
logs
*.log
.bun-debug.log*
node_modules
dist
dist-ssr
*.local
*.local.*
.env
.env.*
.env.release.local
!.env.release.local.example
.local-data/
.local-docs/
# Editor directories and files
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Sidecar compiled binary
sidecar/dist/
# Bundled forge CLI download cache (gh / glab archives + extracted dirs)
sidecar/.bundle-cache/
helmor.db
*.bun-build
autoresearch-results.tsv
# Raw chrome-devtools traces are ~250MB each; keep them local.
# The aggregated *-trace-summary.json is small and IS committed.
docs/perf/*-trace-workspace-*.json
docs/perf/*-trace-session-*.json
docs/perf/*-trace-streaming-*.json
docs/perf/*-trace-confirm*.json
docs/perf/iter*-after-switch.png
# Per-goal diagnostic traces — exclude anything that ends in -trace.json.
# phase1-trace-summary.json and iter*-trace-summary.json are small and
# whitelisted above the broader pattern.
docs/perf/*-trace.json
docs/perf/goal*-style-*.json
*storybook.log
storybook-static
# Playwright E2E artifacts (HTML report + per-test traces/videos)
playwright-report/
test-results/
# insta pending snapshots (generated by `cargo test`, resolved by `cargo insta review`)
*.pending-snap
.context/
# Nix/direnv
.direnv/