From 1f01b275c4ec634df3d245bf74265ed588474caf Mon Sep 17 00:00:00 2001 From: Pete Walker <108812366+petertimwalker@users.noreply.github.com> Date: Fri, 24 May 2024 11:50:25 -0400 Subject: [PATCH] add .env to ignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f793b17..2fa84bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ # npm node_modules +.env