I have project with a config file that has private information on it, and I am using .gitignore to keep it from being shown on my public repo. I need this file for my project to work properly, so, I am unable to push my recent repo to Heroku because my project will no longer be functional. Do I have any way to have this file available to Heroku, but not to those who view my public repo?
Thanks