From e1b9cbb6ebb846e1a819e95dcce2d983af64a951 Mon Sep 17 00:00:00 2001 From: Shayan Khaleghparast <100833613+shayan-deriv@users.noreply.github.com> Date: Wed, 7 Aug 2024 10:30:49 +0800 Subject: [PATCH] chore: shayan ignore environment file to ensure keys are not committed --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a01ee28..0071b6f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ .*.swp +.env +.env.* +*.env