반응형
1. File -> Settings
2. Version Control -> Ignored Files -> +
+ 를 누르고, Ignore specified file에 아래 목록을 입력하고 ok를 누른다.
하나, 하나 입력하고 ok 누르면, 자동으로 File인지 Directory인지 자동으로 설정된다.
- File: *.iws (select Ignore all files matching option to add this pattern)
File: .gradle
Directory: .idea/libraries/
File:.idea/workspace.xml
Directory: build/
File: local.properties
Directory: app/build/ (this must be for every module your project has)
File: *.iml
File: .DS_Store
반응형
'Programming > Android' 카테고리의 다른 글
Method execute must be called from the main thread, currently inferred thread is worker (0) | 2017.01.17 |
---|---|
Android dmesg 및 Shell 사용하기 (0) | 2017.01.03 |
Avoid non-default constructors in fragments: use a default constructor plus Fragment#setArguments(Bundle) (0) | 2016.12.27 |
This fragment inner class should be static (0) | 2016.12.27 |
ViewPager Refresh(재생성)하기 (0) | 2016.12.26 |