From 1301c41ceaf19f4679b5f8d137747c3716762edc Mon Sep 17 00:00:00 2001 From: Michael Sloan Date: Sun, 2 Feb 2025 19:22:07 -0700 Subject: [PATCH] Add direnv `.envrc` to `.gitignore` (#24115) Release Notes: - N/A --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fc6263eb7e..a8e2e1e8b6 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,7 @@ DerivedData/ .vscode .wrangler .flatpak-builder +.envrc # Don't commit any secrets to the repo. .env.secret.toml