git update gitignore
git rm -r --cached .
git add .
git commit -m "update gitignore"
Proud Falcon
git rm -r --cached .
git add .
git commit -m "update gitignore"
git rm -r --cached .
git update-index --assume-unchanged <file>
If you wanna start tracking changes again
git update-index --no-assume-unchanged <file>