.gitignore 463 B

123456789101112131415161718192021222324252627282930313233343536
  1. # built application files
  2. *.apk
  3. *.ap_
  4. # files for the dex VM
  5. *.dex
  6. # Java class files
  7. *.class
  8. # generated files
  9. bin/
  10. build/
  11. *.iml
  12. gen/
  13. target/
  14. # Local configuration files (sdk path, etc)
  15. local.properties
  16. tests/local.properties
  17. lint.xml
  18. # Mac .DS_Store files
  19. .DS_Store
  20. # Proguard README
  21. proguard-project.txt
  22. tests/proguard-project.txt
  23. # Android Studio and Gradle specific entries
  24. .gradle
  25. .idea
  26. *.iml
  27. build
  28. /gradle.properties
  29. src/custom/google-services.json