/.idea/workspace.xml /.gradle *~ *.DS_Store # Ignore all dotfiles... .* # except for .gitignore !.gitignore # built application files *.apk *.ap_ # files for the dex VM *.dex # Java class files *.class # generated files bin/ gen/ build/ release/ */bin/ */gen/ */build/ */debug/ */release/ # proguard stuff proguard/ proguard-project.txt # Local configuration file (sdk path, etc) local.properties project.properties ant.properties lint.xml build.xml .classpath .project .settings # IntelliJ IDEA .idea/ *.eml *.iml *.ipr *.iws # Allocation tracker /captures/* # Google services info app/google-services.json