From 27e09692f396605f95c88ecb7549e6f7441aa009 Mon Sep 17 00:00:00 2001 From: Shayan Khaleghparast <100833613+shayan-deriv@users.noreply.github.com> Date: Wed, 7 Aug 2024 11:52:47 +0800 Subject: [PATCH] chore: shayan ignore environment file to ensure keys are not committed --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 012f71d..1c12199 100644 --- a/.gitignore +++ b/.gitignore @@ -57,9 +57,10 @@ typings/ *.tgz # dotenv environment variables file + .env -.env.development -.env.production +.env.* +*.env # gatsby files .cache/ @@ -91,4 +92,4 @@ static/CNAME #Webpack webpack-bundle-report -static/~partytown \ No newline at end of file +static/~partytown