Conversation
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
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)
📝 WalkthroughWalkthroughThe PR adds a ChangesSupabase Branch Ignore Pattern
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
supabase/.branches/to.gitignore. This directory is generated by the Supabase CLI (local branch state) and was showing up as untracked in working trees after the recent repo migration. Linear: HAR-271.Changes
.gitignore: append a new# Supabasesection withsupabase/.branches/(no existing Supabase section to extend).Tests
No code changes, but ran the full pre-PR suite locally on
chore/gitignore-supabase-branches:npm run lint— passnpm run typecheck— passnpm run test:run— 25 files, 160 tests, all passnpm run build— built in 5.05sConfirmed before commit that
git statusno longer listssupabase/.branches/as untracked.Notes
Summary by CodeRabbit