From 9d1a577a5ef86d7cb14859a78a51d613c4d168ec Mon Sep 17 00:00:00 2001 From: Vyacheslav Matyukhin Date: Sun, 27 Mar 2022 00:33:31 +0300 Subject: [PATCH] feat: gitignore .env.production file to avoid accidental commit --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 165ee03..0efe581 100644 --- a/.gitignore +++ b/.gitignore @@ -41,4 +41,5 @@ package-lock.json ## use yarn.lock instead # Local Netlify folder .netlify -.env +/.env +/.env.production