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