From 67b126ccff7dd0e77788f7dae0c9759a1d7f1328 Mon Sep 17 00:00:00 2001 From: IDeletedSystem64 Date: Wed, 10 Aug 2022 17:18:59 -0500 Subject: [PATCH] Add .env to Gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dc2fb20..a703372 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ node_modules/ .vscode package-lock.json releasenotes.txt -config.json \ No newline at end of file +config.json +.env