How could I handle untracked files?

Hi community,

I want to keep the file “apikey.properties”, which contains sensitive information, untracked.

However, it’s necessary because trying to build the project I received the next error:

* What went wrong:
A problem occurred evaluating project ':app'.
> /bitrise/src/apikey.properties (No such file or directory)

My question is: how could I handle this file without tracking it?

Hi @mho123!

You may upload these files to the Generic File Storage directly, so you can download them to your builds, or host it at any solution of your choice essentially. We recommend the former due it being the simplest.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.