chore: ignore node_modules as a symlink too - #79
Conversation
`node_modules/` only matches a directory, so a `node_modules` symlink (e.g. one pointing at another checkout from a git worktree) slipped into a commit and broke CI's `bun install`. Drop the slash so both are ignored. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JCaS35vZG4DCtmM24MYaVR
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe ChangesDependency Ignore Pattern
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This localized change broadens the .gitignore rule to cover both node_modules directories and symlinks; no actionable merge-blocking risk remains beyond normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.) ✨ 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 |
node_modules/in .gitignore only matches a directory, so anode_modulessymlink (e.g. pointing at another checkout from a git worktree) got committed in #74's history and broke CI'sbun installwithENOENT: could not open the node_modules directory. Dropping the trailing slash ignores both the directory and a symlink.🤖 Generated with Claude Code
https://claude.ai/code/session_01JCaS35vZG4DCtmM24MYaVR
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.Summary by CodeRabbit
node_modulespaths from version control.