diff options
author | Carl Suster <carl@contraflo.ws> | 2014-10-20 17:47:22 +1100 |
---|---|---|
committer | Carl Suster <carl@contraflo.ws> | 2014-10-20 17:47:22 +1100 |
commit | 408c616ae0ad8f4b8101d8e876b9b67ac6b14059 (patch) | |
tree | b765c7d288dedfd16a10391022be88f282296abc | |
parent | 4da8043524b672b774b56a384e708f3e2be1ea1f (diff) | |
parent | 44d16a3050d70a256fd3ecbae3d1db50b0ff9f50 (diff) | |
download | gitignore-408c616ae0ad8f4b8101d8e876b9b67ac6b14059.tar.gz gitignore-408c616ae0ad8f4b8101d8e876b9b67ac6b14059.zip |
Merge pull request #1232 from thunsaker/patch-1
Added New Files created by Crashlytics Plugin
-rw-r--r-- | Global/JetBrains.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 2537e5b4..0481a342 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -42,3 +42,5 @@ atlassian-ide-plugin.xml # Crashlytics plugin (for Android Studio and IntelliJ) com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties |