개발/Git

이미 push된 file .gitignore 적용하기

꾸럭 2021. 4. 23. 13:19
$ git rm -r --cached .
$ git add .
$ git commit -m "Apply .gitignore"
$ git push
728x90