Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore files generated by the direnv development tool #572

Merged
merged 1 commit into from
Dec 19, 2022

Conversation

anoadragon453
Copy link
Member

direnv is a tool to automatically configure your shell in some way when entering a project's directory. I personally use it to activate a nix flake profile - so appropriate tools and native dependencies are installed at the correct version when entering my local complement checkout.

The .envrc and .direnv/ directories are a byproduct of this tool, and aren't meant to be committed to source control, hence adding them to the .gitignore file to make the life of direnv users easier.

The same has been done on Synapse: matrix-org/synapse#12335.

@anoadragon453 anoadragon453 requested review from a team as code owners December 19, 2022 16:11
@anoadragon453
Copy link
Member Author

Going to take the one review as enough to merge this trivial change.

@anoadragon453 anoadragon453 merged commit faa043f into main Dec 19, 2022
@anoadragon453 anoadragon453 deleted the anoa/ignore_direnv branch December 19, 2022 16:38
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