IT_Programming/Dev Tools

[펌] .gitignore 이 적용되지 않아???

JJun ™ 2014. 4. 21. 09:24



 출처: http://blog.chopestory.net/266





두명이서 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