낙서장/Git

.gitignore 제외 파일 인식 못할때 대처법

RunTimeException 2022. 6. 15. 15:35

git rm -r --cached .  // git 캐시 메모리 삭제

git add .

git commit -m "fixed untracked files"