From 3bf2f83c3379bb8fb2ed1b9b1e1bfb6c6da92376 Mon Sep 17 00:00:00 2001 From: Sergei Semko <28645140+justSmK@users.noreply.github.com> Date: Wed, 17 Jun 2026 17:27:06 +0300 Subject: [PATCH] MOBILE-121: Gitignore EAS credentials in example app credentials.json (and the credentials/ dir with the .p12 / provisioning profile) must never be committed; only credentials/google-services.json was ignored before. The leaked cert password is rotated separately. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index efcf75c..bfb80fe 100644 --- a/.gitignore +++ b/.gitignore @@ -25,7 +25,8 @@ yarn-error.log* # Credentials google-services.json GoogleService-Info.plist -examples/MindboxExpoExample/credentials/google-services.json +examples/MindboxExpoExample/credentials.json +examples/MindboxExpoExample/credentials/ # Misc .env