[Git] 이미 push된 파일 git ignore 적용하기

romini·2021년 11월 30일
0
git rm -r --cached .
git add .
git commit -m "Apply .gitignore"
git push origin master

0개의 댓글