Skip to content

[chore] Add supabase/.branches/ to .gitignore (HAR-271) - #230

Open
harryden wants to merge 1 commit into
mainfrom
chore/gitignore-supabase-branches
Open

harryden wants to merge 1 commit into
mainfrom
chore/gitignore-supabase-branches

Conversation

@harryden

@harryden harryden commented May 27, 2026

Copy link
Copy Markdown
Owner

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 # Supabase section with supabase/.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 — pass
  • npm run typecheck — pass
  • npm run test:run — 25 files, 160 tests, all pass
  • npm run build — built in 5.05s

Confirmed before commit that git status no longer lists supabase/.branches/ as untracked.

Notes

  • Documentation untouched: this is a tooling-noise fix, no behavior change.
  • No dependency on any other open PR.

Summary by CodeRabbit

  • Chores
    • Updated Git configuration to ignore Supabase branch files.

Review Change Stack

Copilot AI review requested due to automatic review settings May 27, 2026 19:03

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@vercel

vercel Bot commented May 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
linked-list Ready Ready Preview, Comment May 27, 2026 7:03pm

@coderabbitai

coderabbitai Bot commented May 27, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: cdc5acf5-d1bc-42dd-b48e-3b9a4185d781

📥 Commits

Reviewing files that changed from the base of the PR and between e75f72b and b0192b8.

📒 Files selected for processing (1)
  • .gitignore

📝 Walkthrough

Walkthrough

The PR adds a .gitignore entry to exclude Supabase branch metadata files from version control. The supabase/.branches/ directory contains local branch state that should not be tracked by Git.

Changes

Supabase Branch Ignore Pattern

Layer / File(s) Summary
Supabase branch ignore pattern
.gitignore
New section added to .gitignore to ignore supabase/.branches/ directory, preventing local Supabase branch metadata from being committed.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A tiny change hops into view,
One .gitignore line, bright and new,
Supabase branches tucked away,
No metadata in git today!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the main change: adding supabase/.branches/ to .gitignore, with the chore prefix and issue reference.
Description check ✅ Passed The description fully covers all required template sections with comprehensive details about the change, testing, and notes.
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.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/gitignore-supabase-branches

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.

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