Skip to content

chore: ignore .specstory/#3

Merged
aifriend merged 1 commit into
mainfrom
claude/romantic-mcnulty-bbe665
May 17, 2026
Merged

chore: ignore .specstory/#3
aifriend merged 1 commit into
mainfrom
claude/romantic-mcnulty-bbe665

Conversation

@aifriend
Copy link
Copy Markdown
Owner

Summary

After PR #2 landed, one untracked dir was still leaking into git status on developers who have Cursor installed: .specstory/. The repo's .cursorindexingignore already excludes the dir from Cursor's indexing, but git itself was never told — so it shows up as an untracked dir in every Cursor-using working copy.

Per-developer, not project-relevant. Added to .gitignore.

Note for users on outdated main

If you still see .claude/ or .cursorindexingignore in git status after this lands, your local checkout is just behind — those entries were added in PR #2. A git pull on main brings them in.

Test plan

  • After this lands, on a Cursor-using machine: git status no longer lists .specstory/
  • git check-ignore -v .specstory resolves to the new .gitignore line

🤖 Generated with Claude Code

Cursor IDE's SpecStory plugin writes auto-save snapshots into
.specstory/. The repo's existing .cursorindexingignore already
excludes the dir from Cursor's indexing, but git was never told —
so it shows up as an untracked dir in every working copy that has
Cursor installed.

Per-developer, not project-relevant — add it to .gitignore.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@aifriend aifriend merged commit dac23fa into main May 17, 2026
1 check passed
@aifriend aifriend deleted the claude/romantic-mcnulty-bbe665 branch May 17, 2026 13:28
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