Skip to content

chore: Add .envrc to gitignore#164

Merged
morgan-wowk merged 1 commit intomasterfrom
gitignore-envrc
Mar 12, 2026
Merged

chore: Add .envrc to gitignore#164
morgan-wowk merged 1 commit intomasterfrom
gitignore-envrc

Conversation

@morgan-wowk
Copy link
Collaborator

@morgan-wowk morgan-wowk commented Mar 12, 2026

TL;DR

Added .envrc to .gitignore to exclude direnv configuration files from version control

What changed?

Added .envrc to the .gitignore file in the Environments section alongside other environment-related files like .env and .venv.

How to test?

  1. Create a .envrc file in the project root
  2. Run git status to verify the file is not tracked
  3. Confirm that existing environment files like .env are still properly ignored

Why make this change?

The .envrc file is used by direnv to automatically load environment variables when entering a directory. This file often contains sensitive configuration data or local development settings that should not be committed to version control.

Copy link
Collaborator Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@morgan-wowk morgan-wowk self-assigned this Mar 12, 2026
@morgan-wowk morgan-wowk marked this pull request as ready for review March 12, 2026 20:56
@morgan-wowk morgan-wowk requested a review from Ark-kun as a code owner March 12, 2026 20:56
@morgan-wowk morgan-wowk merged commit 7162309 into master Mar 12, 2026
7 checks passed
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