From d09c503addef33b6bfd457f832f0e569496d948a Mon Sep 17 00:00:00 2001 From: Reya C Date: Mon, 10 Oct 2022 23:54:06 -0400 Subject: [PATCH] Fix the .gitignore of .env (typos!) --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0e8e37d..9bf7a02 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ # misc .DS_Store -.env.local +.env .env.development.local .env.test.local .env.production.local @@ -18,6 +18,6 @@ npm-debug.log* yarn-debug.log* yarn-error.log* -/.emv +/.env /.idea -/output.log \ No newline at end of file +/output.log