Android Studio SVN 에서 Ignore 목록

Programming/Android 2016. 12. 30. 18:51 Posted by 생각하는로뎅
반응형


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







반응형