From 0b51b6e4852e95bc9e402bd3e2d46eff968e5e46 Mon Sep 17 00:00:00 2001 From: Thomas Hunsaker Date: Mon, 29 Sep 2014 23:47:10 -0700 Subject: [PATCH 1/3] 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 From d9d60deaf04e08d332b103ca3e301bb4703361ac Mon Sep 17 00:00:00 2001 From: Thomas Hunsaker Date: Sun, 19 Oct 2014 22:41:27 -0700 Subject: [PATCH 2/3] Minor tweaks --- Global/JetBrains.gitignore | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index d6778b93..4bd81043 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -42,7 +42,5 @@ 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 +/crashlytics.properties +/crashlytics-build.properties From 44d16a3050d70a256fd3ecbae3d1db50b0ff9f50 Mon Sep 17 00:00:00 2001 From: Thomas Hunsaker Date: Sun, 19 Oct 2014 22:43:15 -0700 Subject: [PATCH 3/3] Another tweak --- Global/JetBrains.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 4bd81043..bcc62e24 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -42,5 +42,5 @@ atlassian-ide-plugin.xml # Crashlytics plugin (for Android Studio and IntelliJ) com_crashlytics_export_strings.xml -/crashlytics.properties -/crashlytics-build.properties +crashlytics.properties +crashlytics-build.properties