2016년 9월 7일 수요일

git .gitignore 를 적용시키기

.gitignore를 수정했는데, 이게 적용되는 시점 이전에 파일을 add했거나 했을때!

$ git rm -r --cached .
$ git add .
$ git commit -m ".gitignore is now working"

댓글 없음:

댓글 쓰기