From e9be7f11f649bc723220107f49b6824bd7adab8c Mon Sep 17 00:00:00 2001 From: Andreas Coroiu Date: Wed, 18 Oct 2023 15:54:07 +0200 Subject: [PATCH] Add LaunchDarkly flag override file to .gitignore (#3357) * Add `src/Identity/flags.json` to .gitignore * Change to cover all OSS projects * Include `bitwarden_license` projects --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4b798f3b7..dd26998cc 100644 --- a/.gitignore +++ b/.gitignore @@ -225,4 +225,4 @@ src/Identity/Identity.zip src/Notifications/Notifications.zip bitwarden_license/src/Portal/Portal.zip bitwarden_license/src/Sso/Sso.zip -src/Api/flags.json +**/src/*/flags.json