I have created a project in flask (python), and within my app is config.py
file which I have in .gitignore
.
This .gitignore
found good that config.py
isn´t upload to git (github.org), but when I have to push to dokku
(git push dokku master
), I must include config.py
but config.py
is in .gitignore
so it isn´t push to dokku
.
So how can I push files which are in .gitignore
to dokku
?