.gitignore가 제대로 작동되지 않아서 ignore처리된 파일이 자꾸 changes에 나올때가 있습니다.
git rm -r --cached
git add .
git commit
git push
'웹 개발' 카테고리의 다른 글
mongoDB(Atlas) Setup connection security오류 (0) | 2020.01.30 |
---|---|
heroku에서 .gitignore 해결방법 (0) | 2020.01.26 |
0Auth2 (0) | 2020.01.23 |
css (grid, flexbox) (0) | 2020.01.19 |
css (rem, z-index, translate) (0) | 2020.01.18 |