Skip to content

Commit c3115f2

Browse files
committed
chore: ignore local agent workflows, commands, task notes, worktrees
Reserves .agents/, .claude/, .worktrees/, and _tasks/ for local-only artefacts used by the /port-upstream-prs and /resolve-upstream-issues slash commands. None of these paths should ever be tracked.
1 parent 6a1a50d commit c3115f2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ dist/
66

77
# WASM build output (built locally and in CI)
88
ghostty-vt.wasm
9+
10+
# Local-only agent workflows, commands, task notes and worktrees
11+
.agents/
12+
.claude/
13+
.worktrees/
14+
_tasks/

0 commit comments

Comments
 (0)