- Notifications
You must be signed in to change notification settings - Fork928
chore: ignore .envrc#4994
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
chore: ignore .envrc#4994
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Over at#3790 (comment) discusses gitignoring it and the outcome was not to do it. |
Thanks for bringing it up! I see that the following options have been considered:
There is another option, but it isn't straightforward. We could commit the file to the repository, and then update the If we don't agree on marking |
@ghuntley I was probably unclear on that point. Adding to I probably would've raised a PR like this myself but |
Ok, glad to see that we've an agreement, so I will merge it :) |
OurCONTRIBUTING page recommends setting the .envrc file to automatically enable the nix-shell.
This PR adds the
.envrc
to the.gitignore
. I assume that not every developer usesnix-shell
, but can usedirenv
, and in this case, the.envrc
will be problematic.