From cd83f026cdf1d6539b600c54f41998f47201b0b6 Mon Sep 17 00:00:00 2001 From: Lentil Hoffman Date: Sat, 14 Jun 2025 17:03:10 -0500 Subject: [PATCH] add .env to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c764717..10901ed 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ node_modules/ coverage/ *.swp *.swo +.env \ No newline at end of file