Skip to content

Commit bbe17ea

Browse files
authored
MOBILE-121: Gitignore EAS credentials in example app (#59)
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.
1 parent 0873a07 commit bbe17ea

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ yarn-error.log*
2525
# Credentials
2626
google-services.json
2727
GoogleService-Info.plist
28-
examples/MindboxExpoExample/credentials/google-services.json
28+
examples/MindboxExpoExample/credentials.json
29+
examples/MindboxExpoExample/credentials/
2930

3031
# Misc
3132
.env

0 commit comments

Comments
 (0)