본문 바로가기

메모장/기타

Git .ignore 적용후 동기화 시키기

git rm -r --cached .
git add .
git commit -m "Apply .gitignore"