Problem: I have an Android project on GitHub. This project uses Crashlytics library from Fabric. Project contains file named fabric.properties, that contains API-keys, and Fabric recommends to add this file to .gitignore. And without this file project can not be compiled. How to add this file to bitrise or API-keys in project so that was not visible in GitHub?