From 0b51b6e4852e95bc9e402bd3e2d46eff968e5e46 Mon Sep 17 00:00:00 2001 From: Thomas Hunsaker Date: Mon, 29 Sep 2014 23:47:10 -0700 Subject: [PATCH] Added New Files created by Crashlytics Plugin These are relatively new, the crashlytics.properties file contains the secret and can [alternatively](https://plus.google.com/+AntonioBertucci/posts/S9krjvXfgfm) contain the apikey to rid your repo of the extra strings file. --- Global/JetBrains.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 1df388bf..d6778b93 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -42,3 +42,7 @@ atlassian-ide-plugin.xml # Crashlytics plugin (for Android Studio and IntelliJ) com_crashlytics_export_strings.xml +# Crashlytics Secret Location +**/crashlytics.properties +# High-Churn file +**/crashlytics-build.properties