.gitignore Fichier n'ignore pas le fichier

git rm -r --cached .
git add .
git commit -m “.gitignore is now working”
Scary Stork