→ gitignore을 추가한다.
+ gitignore 적용안될때
git rm -r --cached . git add . git commit -m "커밋메시지 내용" git push origin master