From f241b0af8da66012e5a48512516748bdf880da90 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Mon, 2 Jun 2025 20:24:40 -0400 Subject: [PATCH] Updated gitignore to prevent .env file from being included in source control --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ea8c4bf..fedaa2b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /target +.env