From ede1e314716392d9b78f866e4a1a285d3c200ee2 Mon Sep 17 00:00:00 2001 From: David MacPherson Date: Thu, 22 Feb 2024 16:02:07 +1000 Subject: [PATCH] Updated the gitignore to remove ignore the .env file --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 86e183a7..26b43c78 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ node_modules/ types/ .vscode !.env.example -.env +*.env