Skip to content

chore: gitignore CLAUDE.local files - #771

Open
tyler-reitz wants to merge 1 commit into
FirebaseExtended:mainfrom
tyler-reitz:chore/gitignore-claude-local
Open

chore: gitignore CLAUDE.local files#771
tyler-reitz wants to merge 1 commit into
FirebaseExtended:mainfrom
tyler-reitz:chore/gitignore-claude-local

Conversation

@tyler-reitz

Copy link
Copy Markdown
Contributor

One line, matching v5's .gitignore exactly.

v5 already ignores CLAUDE.local* (line 1); main does not. On any main-based branch a local CLAUDE.local.md is therefore untracked but unignored: it clutters git status and git clean deletes it. Adding the same line in the same position keeps the forward-integration of main into v5 a no-op.

`v5` already ignores these (line 1 of its .gitignore); `main` does not.
The asymmetry means a local CLAUDE.local.md is untracked-but-unignored on
any main-based branch, so it shows up in `git status` and a `git clean`
deletes it. Matching v5 exactly keeps forward-integration a no-op.
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

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