.gitignore 적용 안될 때

J·2021년 7월 25일
0

Git/Github

목록 보기
8/8

git bash로 다음 코드로 캐시를 삭제해주고 다시 ignore를 추가해준다.

git rm -r --cached .
git add .
git commit -m "fixed untracked files"

0개의 댓글