-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
68 lines (61 loc) · 2.07 KB
/
Copy path.gitignore
File metadata and controls
68 lines (61 loc) · 2.07 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
node_modules/
dist/
coverage/
# Archived Ladle output (regenerable; never commit legacy build/test artifacts)
.legacy/**/build/
.legacy/**/test-results/
.legacy/**/playwright-report/
.legacy/**/.last-run.json
# Playwright MCP output (transient browser logs/snapshots)
.playwright-mcp/
# GSD research web-fetch cache (transient; regenerated per research run)
.planning/**/.cache/
# === GSD (only GSD-owned paths ignored; never committed) ===
# GSD installs into a REAL .claude/ (Claude Code native home). Ignore ONLY GSD's
# own paths under BOTH .claude/ and .agents/ — the project-skill symlinks in
# .claude/skills/ stay TRACKED, so a fresh clone needs no re-linking.
# Reinstall GSD itself with: npx -y @opengsd/gsd-core@latest --claude --local
.claude/agents/
.claude/commands/
.claude/gsd-core/
.claude/hooks/
.claude/scripts/
.claude/gsd-migration-journal/
.claude/gsd-user-files-backup/
.claude/gsd-file-manifest.json
.claude/gsd-install-state.json
.claude/.gsd-profile
.claude/VERSION
.claude/package.json
.claude/settings.json
.claude/settings.local.json
.claude/skills/gsd-*/
.agents/agents/
.agents/commands/
.agents/gsd-core/
.agents/hooks/
.agents/scripts/
.agents/gsd-migration-journal/
.agents/gsd-user-files-backup/
.agents/gsd-file-manifest.json
.agents/gsd-install-state.json
.agents/.gsd-profile
.agents/VERSION
.agents/package.json
.agents/settings.json
.agents/settings.local.json
.agents/skills/gsd-*/
# Skill feedback journals are source-of-truth in solid-stats/skills, not the vendored
# copy (process-skill-feedback SKILL.md §H) — `npx skills update` copies them in; ignore.
.agents/skills/**/corrections-log.md
.agents/skills/**/regression-evals.jsonl
# graphify working dir (build + cache); canonical graph lives in .planning/graphs/
graphify-out/
# heavy regenerable graph artifacts (keep GRAPH_COMMUNITIES.md + GRAPH_REPORT.md)
.planning/graphs/graph.json
.planning/graphs/graph.html
# === .design (Claude Design workspace) ===
# Commit the source (hi-fi JSX, _ds/, specs, support.js); ignore regenerable heavy artifacts.
.design/screenshots/
.design/export/
.design/.thumbnail