I have an images
folder I want to untrack any changes on my local machine but not remove it remotely every time I push to heroku.
I added it to .gitignore and ran git rm --cached images_folder -r
but now every time I push to herkou it gets deleted
Any ideas?