diff options
author | Thomas Hunsaker <thunsaker@users.noreply.github.com> | 2014-09-29 23:47:10 -0700 |
---|---|---|
committer | Thomas Hunsaker <thunsaker@users.noreply.github.com> | 2014-09-29 23:47:10 -0700 |
commit | 0b51b6e4852e95bc9e402bd3e2d46eff968e5e46 (patch) | |
tree | 9b3a8fe84bdb339357b9f6171d72c45f5fcaa4c7 /Global/JetBrains.gitignore | |
parent | 298588469ac0cb08a00eebf7b00efb5ab726daca (diff) | |
download | gitignore-0b51b6e4852e95bc9e402bd3e2d46eff968e5e46.tar.gz gitignore-0b51b6e4852e95bc9e402bd3e2d46eff968e5e46.zip |
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.
Diffstat (limited to 'Global/JetBrains.gitignore')
-rw-r--r-- | Global/JetBrains.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
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 |