본문 바로가기
개발/기타

gitignore 추가하기

by xwing 2014. 4. 8.

gitignore 추가하기


$ git rm -r --cached .
$ git add .
$ git commit -m "add gitignore file