Skip to content

Add .claude folder to .gitignore#56

Merged
cameroncooke merged 1 commit into
mainfrom
cursor/gitignore-claude-folder-0615
May 17, 2026
Merged

Add .claude folder to .gitignore#56
cameroncooke merged 1 commit into
mainfrom
cursor/gitignore-claude-folder-0615

Conversation

@cameroncooke

Copy link
Copy Markdown
Owner

Removes the .claude folder from git tracking and adds it to .gitignore.

The .claude folder contains local Claude AI settings that should not be tracked in version control, similar to other IDE-specific configuration folders like .vscode.

Changes:

  • Added .claude to .gitignore
  • Removed .claude/settings.local.json from git tracking

Resolves the issue raised in the original PR discussion.

Open in Web Open in Cursor 

Co-authored-by: Cameron Cooke <web@cameroncooke.com>
@cursor cursor Bot mentioned this pull request May 17, 2026
@coderabbitai

coderabbitai Bot commented May 17, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 4d0ce824-a111-48f2-9847-606f764a473a

📥 Commits

Reviewing files that changed from the base of the PR and between 453922c and bbf0f5e.

📒 Files selected for processing (2)
  • .claude/settings.local.json
  • .gitignore
💤 Files with no reviewable changes (1)
  • .claude/settings.local.json

Walkthrough

This pull request updates project configuration by removing Claude AI local settings from .claude/settings.local.json and adding the .claude directory to .gitignore with a new section marker. The changes ensure that local Claude development tool configuration is not tracked by version control, and stale local settings are cleaned up.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: adding the .claude folder to .gitignore, which aligns with the primary objective of the pull request.
Description check ✅ Passed The description is well-related to the changeset, clearly explaining why the .claude folder should be ignored and detailing both changes made to address this goal.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@cameroncooke

Copy link
Copy Markdown
Owner Author

Fixes #55

@cameroncooke cameroncooke merged commit f5e89b8 into main May 17, 2026
5 checks passed
@cameroncooke cameroncooke deleted the cursor/gitignore-claude-folder-0615 branch May 17, 2026 17:10
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.

2 participants