From 35f846b1b372bdb69727c89a7d2c58b826d90250 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Mon, 13 Nov 2017 11:45:03 -0500 Subject: [PATCH] Ignore .envrc from direnv Signed-off-by: Jonathan Rajotte --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 302d537..faf36c4 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,5 @@ runtime/ .env .venv .cache +.envrc -- 2.34.1