first commit the changes or you will lose them,
then run the following commands from the top folder of your repo
git rm -r --cached .
git add .
git commit -m "fixed untracked files"
git rm -r --cached .
git add .
git commit -m "fixed untracked files"