gitignore don't ignore specific fiels code example
Example: .gitignore file not ignoring the file
git rm -r --cached .
git add .
git commit -m “.gitignore is now working”
git rm -r --cached .
git add .
git commit -m “.gitignore is now working”