Aktualizacja Git 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 --cached [filename]
Make changes in . gitignore file.
Run git rm -r --cached . command.
Run git add . command.
git commit -m "Commit message" or just git commit or continue working.