From a3cd38044b70b66c8576f8df0119d48b7449355a Mon Sep 17 00:00:00 2001 From: Ikemefuna Obioha Date: Wed, 27 Mar 2024 11:55:50 +0100 Subject: [PATCH] Updated env gitignore config --- .env | 2 +- .gitignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 4003d54f70..9da37d3f09 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -REACT_APP_MAPBOX_ACCESS_TOKEN= \ No newline at end of file +REACT_APP_MAPBOX_ACCESS_TOKEN= diff --git a/.gitignore b/.gitignore index b6d8c40faf..0358311ed3 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,7 @@ app/app.js blockchain_explorer.db.gz reports .history -.env.local +.env.* yarn-error.log *.tgz