In Eclipse, I had the custom of adding bin and gen directories to SVN ignore. But now, using Android Studio (based on IntelliJ IDEA), which files should I ignore?
I've used the following SVN ignore list sucessfully:
.gradle local.properties .idea/workspace.xml .idea/libraries .DS_Store build
The ignore should be applied recursively.
Reference: Same question, for git