Skip to content

chore: add .envrc.local to .gitignore#14

Merged
jmf-pobox merged 1 commit intomainfrom
chore/envrc-local-gitignore
Mar 28, 2026
Merged

chore: add .envrc.local to .gitignore#14
jmf-pobox merged 1 commit intomainfrom
chore/envrc-local-gitignore

Conversation

@jmf-pobox
Copy link
Copy Markdown
Contributor

@jmf-pobox jmf-pobox commented Mar 28, 2026

Adds .envrc.local to .gitignore to support the new .envrc / .envrc.local split.

Summary

  • .envrc is now portable (sources shared identity, sets TMPDIR and AGENT_TEAMS)
  • .envrc.local holds machine-specific secrets (API keys, keychain refs)
  • .envrc.local must be gitignored

Test plan

  • direnv allow loads both files
  • git status does not show .envrc.local

Note

Low Risk
Low risk: only updates .gitignore to exclude a local environment file; no runtime or production code changes.

Overview
Adds .envrc.local to .gitignore so machine-specific direnv settings/secrets aren’t accidentally committed, supporting a split between portable .envrc and local overrides.

Written by Cursor Bugbot for commit 31ae533. This will update automatically on new commits. Configure here.

Copilot AI review requested due to automatic review settings March 28, 2026 03:00
Copy link
Copy Markdown

Copilot AI left a comment

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.

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Comment thread .gitignore
@jmf-pobox jmf-pobox merged commit bc55940 into main Mar 28, 2026
7 checks passed
@jmf-pobox jmf-pobox deleted the chore/envrc-local-gitignore branch March 28, 2026 03:53
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