-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy path.gitignore
More file actions
102 lines (85 loc) · 3.96 KB
/
Copy path.gitignore
File metadata and controls
102 lines (85 loc) · 3.96 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
node_modules
.pnpm-store/
# Agent-generated plans are local working artifacts, not repository content.
/plans/
/docs/plans/
dist
dist-redact
build
.output
*.tsbuildinfo
.DS_Store
coverage
.vite
*.log
# Project-local scoped-typecheck configs can remain after an interrupted run.
**/.typecheck-files-*/
# Example-app browser and TSRX tooling outputs
**/test-results/
**/playwright-report/
examples/**/*.d.tsrx.ts
# Vercel Build Output (@octanejs/adapter-vercel writes {root}/.vercel/output on build)
.vercel/
# Throwaway test project directories staged inside the workspace instead of
# os.tmpdir() — `createTempProject(prefix, { insideWorkspace: true })`. Only the
# workerd suites need this: workerd resolves module paths against the process
# working directory and refuses to climb out of it, so a /tmp root cannot boot.
# See packages/octane/tests/_temp-project.ts.
.test-scratch/
# Unified bench runner scratch: per-suite collected results + server logs, and the
# non-authoritative ratio-guard suggestions file. (benchmarks/baselines/local/ and
# benchmarks/baselines/ratios.json ARE committed — see benchmarks/baselines/README.md.)
benchmarks/results/
benchmarks/baselines/ratios.suggested.json
# lynx-table build outputs and per-host wall-clock reports; the vendored
# reference bundles under benchmarks/lynx-table/reference/ ARE committed.
benchmarks/lynx-table/app/dist*/
benchmarks/lynx-table/results/
# Differential-parity build artifact: the `@tsrx/react`-compiled fixture output the
# differential test rigs regenerate under each package's tests on every run.
.react-cache/
# Local Vitest/Vite caches for intersection-observer pristine browser/unit runs.
packages/intersection-observer/.vite-cache*/
packages/intersection-observer/.pristine-upstream-*/
# Pinned radix-ui/primitives checkout — the porting source-of-truth for @octanejs/radix
# (see docs/radix-migration-plan.md; clone is re-created on demand, never committed).
.radix-primitives/
# Pinned mui/base-ui checkout — the porting source-of-truth for @octanejs/base-ui
# (see docs/base-ui-migration-plan.md; clone is re-created on demand, never committed).
# No trailing slash: a worktree may link the checkout in rather than clone it, and a
# `.base-ui/` rule matches only a real directory — a symlink would slip into a commit.
.base-ui
# Pinned adobe/react-spectrum checkout — the porting source-of-truth for @octanejs/aria
# (see docs/aria-migration-plan.md; clone is re-created on demand, never committed).
.react-spectrum/
# Codex session worktrees are local working copies, not repository content.
.codex/worktrees/
# Agent-generated ideation is local working material, not repository content.
/docs/ideation/
# Generated by website/scripts/prepare-lynx-examples.mjs (Lynx example bundles
# and the @lynx-js/web-core client build).
website/public/lynx-examples
website/public/lynx-runtime
# Copied from packages/shadcn/registry by the website Vite config.
website/public/r
# React-parity pristine suite scratch copies
packages/*/.pristine-upstream-*/
# Vitest timing/results cache written by any pristine upstream suite. The
# directory name is fixed by the shared `tests/upstream-vitest.config.ts`
# convention, so this stays generic like the scratch-copy pattern above.
packages/*/.upstream-vitest-cache/
# Pristine vitest cache for tanstack-hotkeys upstream suite
packages/tanstack-hotkeys/.vite-pristine/
# Resumable React-library port evidence and one-writer batch state.
.react-port-work/
packages/spring/.pristine-vite-cache/
# Published declaration trees vendored for binding pristine type probes.
# Root `dist` would otherwise ignore packages/*/upstream/dist/.
!packages/textarea-autosize/upstream/dist/
!packages/textarea-autosize/upstream/dist/**
!packages/resizable-panels/upstream-artifact/dist/
!packages/resizable-panels/upstream-artifact/dist/**
# Pristine vitest cache for monaco-editor upstream suite
packages/monaco-editor/.vite-pristine/
# Local product ideation artifacts are working notes, not repository content.
docs/ideation/