파일을 삭제하고 .gitignore파일을 업데이트하고 해당 파일을 지운 후 아래와 같이 수행한다.
$ git rm -r --cached . $ git add . $ git commit -m ".gitignore 업데이트" $ git push
참고