From 6ee4bd14cf97685d79d9c8756093ff8af19d276c Mon Sep 17 00:00:00 2001 From: Shayan Khaleghparast <100833613+shayan-deriv@users.noreply.github.com> Date: Thu, 8 Aug 2024 12:06:49 +0800 Subject: [PATCH] chore: shayan ignore environment file to ensure keys are not committed (#16382) --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0bc41f0b25af..fd58296a6a40 100644 --- a/.gitignore +++ b/.gitignore @@ -24,7 +24,8 @@ packages/appstore/lib/ packages/appstore/.out packages/wallets/src/translations/messages.json .env -nx-cloud.env +.env.* +*.env test-results/ playwright-report/ playwright/.cache/ @@ -32,4 +33,4 @@ playwright/.cache/ packages/*/stats.json packages/*/report.json packages/*/analyzed.html -packages/*/treemap.html \ No newline at end of file +packages/*/treemap.html