Skip to content

chore: actually ignore .claude - #137

Merged
flyworker merged 1 commit into
mainfrom
chore/ignore-claude-dir
Sep 6, 2026
Merged

chore: actually ignore .claude#137
flyworker merged 1 commit into
mainfrom
chore/ignore-claude-dir

Conversation

@flyworker

Copy link
Copy Markdown
Member

Follow-up to #136, which was half-applied through my mistake.

That PR removed the three tracked files but the .gitignore change never landed with them — the edit was unstaged when the commit was made, so only the deletions were recorded:

$ git show c74cf06 --stat
 .claude/commands/deploy.md                 | 171 ----
 .claude/commands/research.md               | 173 ----
 .claude/skills/computing-provider/SKILL.md |  79 ----
 3 files changed, 423 deletions(-)

$ git show c74cf06:.gitignore | grep -c claude
0

So .claude/ is untracked but not ignored: recreating it puts it straight back under version control, which is the thing #136 set out to prevent.

This adds the rule on its own.

#136 untracked the files but the .gitignore change never landed with them: the
edit was unstaged when that commit was made, so only the deletions were
recorded. Without this, recreating .claude puts it straight back under version
control, which is the thing that was being fixed.
@flyworker
flyworker merged commit 698f1fe into main Sep 6, 2026
1 check passed
@flyworker
flyworker deleted the chore/ignore-claude-dir branch September 6, 2026 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant