I am having trouble getting the build file of my react website added to GIT. I am trying to push it to heroku... and in the past, git has included the build file.
I have checked to make sure there is no .git ignore file and made sure the exclude file doesn't include the build folder.
Any suggestions on where to look next?
Thanks!