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 fc6263eb7e194cf16433723f36f68bf1820c6d47..a8e2e1e8b67699be4ab98f7568886d7a19dcb276 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