From 64adc98e64100647bc0245b48399a947520c59fc Mon Sep 17 00:00:00 2001 From: Jade <68819302+obsidianical@users.noreply.github.com> Date: Tue, 18 Jul 2023 12:36:09 +0000 Subject: [PATCH] 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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0b64efbbda0..3065f40b343 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,6 @@ layout_trace* # Package managers etc/homebrew/Brewfile.lock.json + +# direnv +.envrc