From ea2c3d43c9e4a182b072f988430ae398019f1cf6 Mon Sep 17 00:00:00 2001 From: frederikhors <41120635+frederikhors@users.noreply.github.com> Date: Fri, 21 Feb 2020 00:12:58 +0100 Subject: [PATCH] Use real conventions Use real conventions (from the creators of dotenv)! https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use --- Node.gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index 3d88bf0c..76d22146 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -72,8 +72,10 @@ typings/ .yarn-integrity # dotenv environment variables file -.env -.env.test +.env.development.local +.env.test.local +.env.production.local +.env.local # parcel-bundler cache (https://parceljs.org/) .cache