-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
74 lines (61 loc) · 2.47 KB
/
Copy path.gitignore
File metadata and controls
74 lines (61 loc) · 2.47 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
node_modules/
.yarn/cache/
.yarn/install-state.gz
.claude/*
!.claude/commands/
!.claude/skills/
# .agents is local agent state EXCEPT the committed Codex marketplace manifest
.agents/*
!.agents/plugins/
.agents/plugins/*
!.agents/plugins/marketplace.json
.idea
# Project CLAUDE.md kept local-only (contains personal paths/username); not shared.
/CLAUDE.md
skills-lock.json
reports
.DS_Store
# Vendored native drivers (installed by agent-device)
drivers/
# Xcode build artifacts for the imported iOS runner (source package + the
# generated host-package copies, which users may self-build in place)
packages/rn-fast-runner/build/
packages/rn-fast-runner/**/xcuserdata/
packages/rn-fast-runner/**/DerivedData/
packages/rn-fast-runner/**/project.xcworkspace/xcshareddata/
packages/*/scripts/rn-fast-runner/build/
packages/*/scripts/rn-fast-runner/**/xcuserdata/
packages/*/scripts/rn-fast-runner/**/DerivedData/
packages/*/scripts/rn-fast-runner/**/project.xcworkspace/xcshareddata/
# Gradle build artifacts for the imported Android runner (source + host copies)
packages/rn-android-runner/.gradle/
packages/rn-android-runner/.kotlin/
packages/rn-android-runner/**/build/
packages/*/scripts/rn-android-runner/.gradle/
packages/*/scripts/rn-android-runner/.kotlin/
packages/*/scripts/rn-android-runner/**/build/
# Local worktrees for isolated feature work
.worktrees/
# deepsec scanner workspace (local-only — config, data/<id>/INFO.md, scan output)
.deepsec/
# codex-pair (per-developer opt-in; marker presence enables the hook).
# Per ADR-092, every state artifact (marker, log, cache, ignore globs,
# pause sentinel, inflight locks) nests under a single directory so one
# line covers everything including future additions.
.codex-pair/
# core eval harnesses (local-only dev scaffolding — live-gate scripts
# driven against booted devices, e.g. eval/live-gate-gh253.mjs; not shipped)
packages/rn-dev-agent-core/eval/
.brainstorm-tmp/
# E2E regression run records (machine state); locked tests under .rn-agent/e2e/ stay tracked
.rn-agent/state/e2e-runs/
# E2E param values (may hold secrets) — local/personal, never committed
.rn-agent/e2e.config.json
# Story 06 Phase B fixtures (#387)
test-fixtures/ios-fixture/build/
test-fixtures/android-fixture/.gradle/
test-fixtures/android-fixture/**/build/
# Playwright MCP session artifacts (screenshots/snapshots from browser automation)
.playwright-mcp/
# Story 06 Phase C (#387) eval-run results (regenerated per run)
packages/rn-dev-agent-core/test/evals/results/