본문 바로가기

Tools

.gitignore 이 적용되지 않아???

반응형

두명이서 Android Studio로 개발을 하다 보니 build .ideal 폴더에 있는 파일때문에 계속 충돌이 발생합니다.

.gitignore를 아무리 적용해도 실제로 적용되지 않는군요...

제대로 적용한 것 같은데... 잘못 작성했나 해서 http://www.gitignore.io/ 여기에서 Android Studio, Android 키워드로 생성해서적용해도 반응이 없네요.

google 님에게 계속 물어 본 끝에 답변을 받았습니다.


git rm -r --cached .

git add .

git commit -m "fixing .gitignore"


생각보다 너무 간단하네요....;


출처)

Randall Kent / .gitignore not working

http://www.randallkent.com/development/gitignore-not-working

반응형