-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
79 lines (78 loc) · 1.17 KB
/
.gitignore
File metadata and controls
79 lines (78 loc) · 1.17 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
node_modules/
dist/
*.log
.DS_Store
.cache/
*.tsbuildinfo
.env
.env.local
coverage/
.data/
tests/**/.data/
tests/**/debug/
tests/**/snapshots/visual/
tests/**/snapshots/promises/
promise-report.json
.vscode/
.idea/
CLAUDE.md
ANNOUNCEMENT.md
.release-it.json.backup
.cf-*
test-github.ts
*-credentials.json
playwright-report/
test-results/
.claude/
_*/
_*.md
.adal/
.agent/
.agents/
.augment/
.cline/
.codebuddy/
.commandcode/
.continue/
.cortex/
.crush/
.factory/
.goose/
.iflow/
.junie/
.kilocode/
.kiro/
.kode/
.mcpjam/
.mux/
.neovate/
.openhands/
.pi/
.pochi/
.qoder/
.qwen/
.roo/
.trae/
.vibe/
.windsurf/
.zencoder/
*.photon.ts
!src/photons/*.photon.ts
!tests/**/*.photon.ts
!examples/*.photon.ts
.marketplace/
.mcp.json
.claude-plugin/
beam-kanban-photon-board.png
kanban-markdown-checkboxes.png
.gstack/
hackathon/
# Personal / generated runtime artifacts that can collect at the repo root
# or under tests/fixtures when running local scenarios. Never belong in git.
/marketplaces.json
/setup-*.sh
tests/fixtures/.migrated
tests/fixtures/marketplaces.json
# Symlinks into personal demo directories. Developer-specific.
tests/beam/fixtures/agent-router
tests/beam/fixtures/agent-router.photon.ts