Skip to content

chore: gitignore CLAUDE.local files - #771

Merged
tyler-reitz merged 1 commit into
FirebaseExtended:mainfrom
tyler-reitz:chore/gitignore-claude-local
Aug 4, 2026
Merged

chore: gitignore CLAUDE.local files#771
tyler-reitz merged 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.

@tyler-reitz
tyler-reitz merged commit 81b1fc8 into FirebaseExtended:main Aug 4, 2026
14 checks passed
tyler-reitz added a commit that referenced this pull request Aug 4, 2026
Forward-integrates main through #774. Carries the zizmor workflow
hardening (#767), which v5 needs: the org-level zizmor scan flags v5's
unhardened test.yaml and docs.yaml, so every v5 PR fails zizmor-output
until this lands, including PRs touching no workflow files.

Also brings #770 (explicit .js extensions in emitted .d.ts), #771,
#768 and the ip-address/fast-uri/postcss lockfile bumps.
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