.gitignore 535 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. #eclipse files
  2. .classpath
  3. .project
  4. # Built application files
  5. *.apk
  6. *.ap_
  7. # Files for the Dalvik VM
  8. *.dex
  9. # Java class files
  10. *.class
  11. # Generated files
  12. /bin/
  13. /gen/
  14. /out/
  15. # Gradle files
  16. .gradle/
  17. build/
  18. # Local configuration file (sdk path, etc)
  19. local.properties
  20. # Proguard folder generated by Eclipse
  21. proguard/
  22. # Log Files
  23. *.log
  24. # Android Studio Navigation editor temp files
  25. .navigation/
  26. # Android Studio captures folder
  27. captures/
  28. # Intellij
  29. *.iml
  30. # Keystore files
  31. *.jks
  32. /target/