티스토리 뷰

프로젝트를 하다보면, 쓸데 없이 프로젝트 파일들이 딸려 올라가서 고생하는 경우가 많습니다.

이러한 경우를 위해서, ignore 을 설정하여야 합니다.


특히나 저는 맥을 사용하지만 다른 개발자들은 윈도우에서 개발을 하기에 해놓고 작업하는게 좋습니다.


#built application files

*.apk

*.ap_


# files for the dex VM

*.dex


# Java class files

*.class


# generated files

bin/

gen/


# Local configuration file (sdk path, etc)

local.properties


# Windows thumbnail db

Thumbs.db


# Eclipse project files

.classpath

.project


# Android Studio

*.iml

.idea/

.idea/workspace.xml – remove # and delete .idea if it better suit your needs.

.gradle/

build/


'Mobile > Android' 카테고리의 다른 글

[Android] adb를 이용하여 action 하기  (2) 2017.01.23
[Android, Java] String to hex to byte array to Stirng.  (0) 2017.01.23
[Android] RecyclerView Sample  (0) 2016.08.05
[Android] ScaleType  (0) 2016.08.02
[Android] 설정 화면 띄우기  (0) 2016.08.02
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
«   2024/11   »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
글 보관함