Git Fixes
gitignore does not seem to be working
if the file is already in the repo gitignore will not remove it.
Remove it manually first
git rm --cached file
or
git rm -rf --cached folder
if the file is already in the repo gitignore will not remove it.
Remove it manually first
git rm --cached file
or
git rm -rf --cached folder