-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.gitignore
More file actions
86 lines (66 loc) · 1.47 KB
/
.gitignore
File metadata and controls
86 lines (66 loc) · 1.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
75
76
77
78
79
80
81
82
83
84
85
86
node_modules
dist
.generated
.superpowers
docs/superpowers
.DS_Store
/*.png
# Playwright MCP logs
.playwright-mcp/
# Screenshot artifacts from design iterations
packages/docs/*.png
# Copied at publish time via prepack
packages/core/README.md
# 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/
# 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/
# 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