What files should be in my .gitignore for an Android Studio project?
.gitignore
I\'ve seen several examples that all include .iml but IntelliJ docs sa
.iml
I use this .gitignore. I found it at: http://th4t.net/android-studio-gitignore.html
*.iml *.iws *.ipr .idea/ .gradle/ local.properties */build/ *~ *.swp