Not logged in - Login

Git remove ignored files

git rm -r --cached .
git add .
git commit -m "Removing all files in .gitignore"