이그노어1 git ignore 적용이 안될 때 - GIT delete cache / Git ignore 파일 생성하기 After you put more elements to your .gitignore list, sometimes git add . don't work like expected. In that case, delete cache first and then try git add again. (check git status to see the changed file) .gitignore 파일을 새로 설정한 후에, git add . 를 하면 바꾼 gitignore내용이 반영이 안되는 경우가 있습니다. 이 때에는 다음과 같이 해결할 수 있습니다. (캐시 파일 지우기) git rm -r --cached . git add . git commit -m "clear cached" 2019. 12. 23. 이전 1 다음