.gitignore 214 B

123456789101112131415161718
  1. .classpath
  2. .gradle
  3. .project
  4. .settings
  5. bin
  6. build
  7. build.xml
  8. gen
  9. libs
  10. local.properties
  11. proguard-project.txt
  12. # These are Android Studio files, might be worth including these later.
  13. .idea
  14. *.iml
  15. build.log
  16. build-log.xml