→ gitignore을 추가한다.

스크린샷 2022-11-05 오전 12.06.59.png

스크린샷 2022-11-05 오전 12.07.23.png

+ gitignore 적용안될때


git rm -r --cached .

git add .
git commit -m "커밋메시지 내용"
git push origin master