Which files to ignore using to commit to SVN in Android Studio
问题 Which files do i have to put on ignore in SVN when im using Android Studio? Currently i have ignored this files: *.idea gradle *.iml build local.properties .DS_Store 回答1: When you create an Android Studio project, .gitignore files will be also generated. Based on that, in the parent folder we exclude: -.gradle -/local.properties -/.idea/workspace.xml -.DS_Store And in the modules directory: -/build 回答2: Personally when I'm working on Android project I ignore the folder bin , project.property,