From ee0bff6e7c265a7935f3d3e50f76cf852deeb802 Mon Sep 17 00:00:00 2001 From: ever-dev Date: Mon, 18 Jan 2021 14:44:32 -0500 Subject: [PATCH] fix: add local production env for cordova to git ignore --- client/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/client/.gitignore b/client/.gitignore index fcb6778..4540470 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -80,6 +80,7 @@ web_modules/ # dotenv environment variables file .env .env.test +.env.production.local # parcel-bundler cache (https://parceljs.org/) .cache