Skip to content

chore: untrack and ignore .claude/settings.local.json - #103

Merged
sarthakagrawal927 merged 1 commit into
mainfrom
chore/untrack-local-claude-settings
Aug 30, 2026
Merged

chore: untrack and ignore .claude/settings.local.json#103
sarthakagrawal927 merged 1 commit into
mainfrom
chore/untrack-local-claude-settings

Conversation

@sarthakagrawal927

Copy link
Copy Markdown
Member

What

Untracks .claude/settings.local.json and adds the missing .gitignore rule.

Why

This repo tracked a local editor settings file in public, with no ignore rule at all.

The same file in Significant-Hobbies/live was found to contain a live Turso auth token and database URL committed to a public repo. Starboard's copy contains no credential — I checked, it holds only Bash permission entries — so this change is preventive, not remedial.

The failure mode is worth noting because live had the opposite problem: it did have the ignore rule, but the file was already tracked, and gitignore does not apply retroactively. Between the two repos that is both halves of the mistake.

No code change, no behaviour change.

🤖 Generated with Claude Code

Local editor settings were tracked in a public repository with no ignore rule.
This is the same class of exposure found in Significant-Hobbies/live, where
the equivalent file carried a live Turso credential.

Starboard's copy contains no credential today — verified, only permission
entries — so this is preventive rather than remedial. Untracks the file and
adds the ignore rule that was missing.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@sarthakagrawal927
sarthakagrawal927 merged commit 29e95a1 into main Aug 30, 2026
1 check passed
@sarthakagrawal927
sarthakagrawal927 deleted the chore/untrack-local-claude-settings branch August 30, 2026 08:02
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.

1 participant