From 70af4c7501f2e7b21910309e443988716200e196 Mon Sep 17 00:00:00 2001 From: Nareshkumar Rao <_accounts@nareshkumarrao.com> Date: Sun, 1 Aug 2021 22:31:09 +0200 Subject: [PATCH] cleaned up .env settings in gitignore --- .gitignore | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index a6d314b..1f9e232 100644 --- a/.gitignore +++ b/.gitignore @@ -16,12 +16,9 @@ # misc .DS_Store .env.local -.env.development.local -.env.test.local -.env.production.local +.env.* +!.env.template npm-debug.log* yarn-debug.log* yarn-error.log* -.env.production -.env.development