-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
33 lines (29 loc) · 999 Bytes
/
Copy path.gitignore
File metadata and controls
33 lines (29 loc) · 999 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
33
node_modules/
dist/
packages/agent-bundle/web-host-dist/
.agent-bundle/
.worktrees/
coverage/
# Playwright traces @rstest/playwright keeps for failed browser tests on CI (packages/workbench/tests/support/workbench-e2e.ts)
.rstest/
artifacts/
!packages/*/src/**/artifacts/
*.log
# Every example's `pnpm build` (and `pnpm examples:check`) writes here.
examples/*/artifact/
# Build-time copies of the root LICENSE and NOTICE (scripts/sync-license-files.mjs)
packages/*/LICENSE
packages/*/NOTICE
# Aborted runtime-playground fixture workspaces
.runtime-playground-*/
# Windows host-install fixture builds (walk-up to package node_modules)
packages/agent-bundle/.tmp-host-install/
website/doc_build/
website/docs/en/api/**/*.md
website/docs/zh/api/**/*.md
# Build-time reference pages rendered from capability tables and docs/diagnostics.md
website/docs/*/reference/hosts.md
website/docs/*/reference/events.md
website/docs/*/reference/notices.md
website/docs/*/reference/diagnostics.md
.superpowers/