From c2f0938994b8093584e873c60c47ae69ab609f15 Mon Sep 17 00:00:00 2001 From: Carter Bertolini Date: Tue, 17 Oct 2023 17:04:40 -0400 Subject: [PATCH] Undo previous stuff and add env to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fe72787..f9890c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules/** dist/** -docs/** \ No newline at end of file +docs/** +.env \ No newline at end of file