Add .envrc to .gitignore (#29988)

This allows people on nix to add an envrc file without it polluting the
working tree.

Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
Jade 2023-07-18 12:36:09 +00:00 committed by GitHub
parent b91e3654e4
commit 64adc98e64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View file

@ -60,3 +60,6 @@ layout_trace*
# Package managers
etc/homebrew/Brewfile.lock.json
# direnv
.envrc