Skip to content

chore: gitignore CLAUDE.md - #2003

Open
ariel-formance wants to merge 1 commit into
mainfrom
chore/gitignore-claude-md
Open

chore: gitignore CLAUDE.md#2003
ariel-formance wants to merge 1 commit into
mainfrom
chore/gitignore-claude-md

Conversation

@ariel-formance

Copy link
Copy Markdown

What

Adds CLAUDE.md to .gitignore, so a local assistant working file cannot get committed by accident.

Nothing is removed from the repo: CLAUDE.md is not tracked here today (git ls-files has no match), so this is purely preventative.

Also terminates .gitignore with a newline. The file was missing one, so the *.tgz line showed up in the diff regardless — worth fixing while it was already being touched.

CLAUDE.md is a local working file here, not something the repo wants to
carry — it is untracked today and there is no reason for it to be
committed by accident. Also terminates the file with a newline, since the
last line had to be touched anyway.
@NumaryBot

Copy link
Copy Markdown

✅ Approve — automated review

The change correctly ignores CLAUDE.md files and adds the missing trailing newline without affecting tracked files or behavior.

No findings.

@coderabbitai

coderabbitai Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: a27b602a-daa3-45f8-a287-ba10b057a6bf

📥 Commits

Reviewing files that changed from the base of the PR and between 892837f and 779dddb.

📒 Files selected for processing (1)
  • .gitignore

Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review.


Walkthrough

The .gitignore retains the *.tgz rule and adds an AI coding assistants section that ignores CLAUDE.md files.

Changes

Ignore rules

Layer / File(s) Summary
Update ignore rules
.gitignore
The file retains the *.tgz rule and ignores CLAUDE.md files under a new AI coding assistants section.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 779dd

This is a localized preventive .gitignore change with no actionable merge-blocking risk remaining after normal checks and review.

Poem

A rabbit checks the tidy tree,
No CLAUDE.md hides there free.
The *.tgz rule stays in sight,
Clean files hop into the night.
“Neat!” says Bun, with ears upright.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely identifies the main change: ignoring CLAUDE.md files in .gitignore.
Description check ✅ Passed The description directly explains the .gitignore change and the added terminating newline.
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.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/gitignore-claude-md

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.

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