From d6835f194e7b9bb0db342ac52d81ed71f9e7e049 Mon Sep 17 00:00:00 2001 From: renato Date: Wed, 12 Oct 2016 15:59:55 -0300 Subject: [PATCH] Ignoring FCM server config files --- Examples/simple-fcm-client/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Examples/simple-fcm-client/.gitignore b/Examples/simple-fcm-client/.gitignore index eb1535e..4f02e05 100644 --- a/Examples/simple-fcm-client/.gitignore +++ b/Examples/simple-fcm-client/.gitignore @@ -39,3 +39,7 @@ buck-out/ \.buckd/ android/app/libs android/keystores/debug.keystore + +# FCM +ios/SimpleFcmClient/GoogleService-Info.plist +android/app/google-services.json -- 2.26.2