I just started with Android Studio and I finished editing the svn: ignore property in the GUI. I used the "Edit Properties" properties in the "Subversion" menu and added a whole bunch of ignore that were mentioned in other posts.

Below, I ignored it, and Android Studio marked them visually with a different color after I edited the property.
# built application files *.apk *.ap_ # files for the dex VM *.dex # Java class files *.class # generated files bin gen gradle # Local configuration file (sdk path, etc) local.properties # Eclipse project files .classpath .project # Android Studio .idea .gradle local.properties out build production *.iml *.iws *.ipr *~ *.swp
theczechsensation Dec 31 '14 at 3:52 2013-12-31 03:52
source share