Browse Source

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
pull/3332/head
Andreas Coroiu 2 years ago committed by GitHub
parent
commit
e9be7f11f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .gitignore

2
.gitignore vendored

@ -225,4 +225,4 @@ src/Identity/Identity.zip
src/Notifications/Notifications.zip src/Notifications/Notifications.zip
bitwarden_license/src/Portal/Portal.zip bitwarden_license/src/Portal/Portal.zip
bitwarden_license/src/Sso/Sso.zip bitwarden_license/src/Sso/Sso.zip
src/Api/flags.json **/src/*/flags.json

Loading…
Cancel
Save