chore(gitignore): ignore .claude/ and graphify-out/ tooling output#53
Conversation
|
@DevanshuNEU is attempting to deploy a commit to the Dev's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
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 (1)
📝 WalkthroughWalkthroughThe Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Summary
Add
.claude/andgraphify-out/to.gitignore. Both are local tooling output (Claude Code session workspace + graphify knowledge graph) that should never be committed. Unblocks the/implementsafety check, which aborts whengit status --porcelainis non-empty.Type of Change
featfixrefactortestchoredocsWhat Was Changed
.gitignore: appended a new "Local tooling output" section listing.claude/andgraphify-out/. Placed after the editor-directories block; consistent with the file's existing thematic grouping.How to Test
git pull origin mainafter merge.ls -la .claude graphify-out 2>/dev/nullto confirm the dirs may exist locally.git status --porcelain— neither directory should appear as untracked.Checklist
chore).Related Issues
Surfaced during GET-7 (foundation audit) close-out on 2026-04-25. Not tracked as a standalone issue.
Notes for Reviewer
Both directories already exist locally on the contributor's machine but were never tracked; this only adjusts what
git statusreports going forward. No file deletions, no behavior change.Summary by CodeRabbit