I already deleted the index.html in my development machine. I checked in the change in github. Then I deploy, and it adds index.html to my public directory. Why?!
I already deleted the index.html in my development machine. I checked in the change
Share
Ok so:
doesn’t delete files from your git repo.
Do:
You can also do:
See doc here and here.