Add .claude folder to .gitignore#56
Conversation
Co-authored-by: Cameron Cooke <web@cameroncooke.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (1)
WalkthroughThis pull request updates project configuration by removing Claude AI local settings from 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ 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. Comment |
|
Fixes #55 |
Removes the
.claudefolder from git tracking and adds it to.gitignore.The
.claudefolder contains local Claude AI settings that should not be tracked in version control, similar to other IDE-specific configuration folders like.vscode.Changes:
.claudeto.gitignore.claude/settings.local.jsonfrom git trackingResolves the issue raised in the original PR discussion.