출처: 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
'IT_Programming > Dev Tools' 카테고리의 다른 글
Android Studio를 배워보자 - (1) 주요 특징 및 빌드 시스템 (0) | 2014.05.12 |
---|---|
custom_rules.xml (0) | 2014.05.07 |
Android Studio Gradle build (0) | 2013.11.07 |
ProGuard keep Generic (0) | 2013.07.16 |
[Mercurial] TortoiseHG를 이용한 버전관리 및 conflict 해결법 (0) | 2013.07.04 |