-
Notifications
You must be signed in to change notification settings - Fork 364
Expand file tree
/
Copy path.gitignore
More file actions
116 lines (89 loc) · 2.14 KB
/
Copy path.gitignore
File metadata and controls
116 lines (89 loc) · 2.14 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
node_modules
dist
.generated
.superpowers
docs/superpowers
.DS_Store
.idea/
/*.png
tmp/
# Playwright MCP logs
.playwright-mcp/
.playwright-cli/
# Screenshot artifacts from design iterations
packages/docs/*.png
# Copied at publish time via prepack
packages/core/README.md
# Generated at core build/prepack time for npm package agent lookup
packages/core/corpus/
# Internal notes
RAMBLINGS.md
FUSION-APPS.md
node-compile-cache/
# Application state data files (ephemeral, may contain secrets)
**/application-state/*.json
# SQLite databases (local data, never commit)
**/data/*.db
**/data/*.db-journal
**/data/*.db-wal
**/data/*.db-shm
# React Router generated types
.react-router/
.agent-native/
# Generated at dev/build time
packages/docs/app/components/searchIndex.ts
# Build output
build/
.output/
.deploy-tmp/
# Ralph Loop runtime state
ralph-loop.local.md
.builder/plans/
# Local Netlify folder
.netlify
# Local Vercel folder
.vercel
templates/*/.vercel
# Scaffolded test workspaces (from `agent-native create` smoke tests)
test-starter/
test-*-workspace/
# Slides export artifacts (generated PDFs/HTML/PPTX exports)
templates/slides/data/exports/
# Playwright/vitest test run state
test-results/
e2e/.auth/
**/.auth/
**/.auth-debug/
**/.auth-*/
# Wrangler local state
.wrangler
# Wrangler configs copied at deploy time (from top-level wrangler-*.toml)
templates/*/wrangler.toml
wrangler.toml
.claude/scheduled_tasks.lock
.claude/worktrees/
# Agent session scratch / plan draft notes
.claude/plan-drafts/
advisor-plans/
# Builder writing agent scratch (edit-plan.md, edit-state.json)
**/.builder-writing/
# Local scratch files from ad hoc repo/video tooling
**/scratch/
.video-bakeoff/
# Regenerable plan artifacts. Keep plans/*/.plan-state.json tracked: it carries
# stable IDs for bare Markdown runs in repo-backed visual plan folders.
plans/*/preview.html
# Shell `script` command log artifacts
db-exec
# Environment files (may contain secrets)
.env
.env.local
.env.*.local
templates/*/.env
templates/*/.env.local
templates/*/.env.*.local
test-reports/
*.tsbuildinfo
# tsup transient bundled config artifacts
tsup.config.bundled_*.mjs
packages/core/corpus.tmp-*/