-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
33 lines (30 loc) · 781 Bytes
/
Copy path.gitignore
File metadata and controls
33 lines (30 loc) · 781 Bytes
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
# Transient Claude Code state — not version controlled
claude/projects/
claude/worktrees/
claude/cache/
claude/backups/
claude/debug/
claude/downloads/
claude/file-history/
claude/history.jsonl
claude/paste-cache/
claude/plans/
claude/plugins/
claude/session-env/
claude/shell-snapshots/
claude/stats-cache.json
claude/tasks/
claude/telemetry/
claude/todos/
# Plans — root location is transitional; canonical is docs/plans/
PLAN.md
PLAN*.md
PLAN-*.md
# Active-plan pointer (resolver state)
.rdf/active-plan*
# Generated adapter output — local-only (regenerate via `rdf generate`).
# agents-md/ and claude-plugin/ output ARE tracked (release + plugin artifacts).
adapters/claude-code/output/
adapters/gemini-cli/output/
adapters/codex/output/
adapters/agent-skills/output/