.gitignore 705 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # Built application files
  2. *.apk
  3. *.ap_
  4. # Files for the ART/Dalvik VM
  5. *.dex
  6. # Java class files
  7. *.class
  8. # Generated files
  9. bin/
  10. gen/
  11. out/
  12. # Local configuration file (sdk path, etc)
  13. local.properties
  14. tests/local.properties
  15. # Proguard folder generated by Eclipse
  16. proguard/
  17. # Log Files
  18. *.log
  19. # Android Studio and Gradle specific entries
  20. *.iml
  21. .gradle
  22. .idea
  23. build
  24. /gradle.properties
  25. captures/
  26. .navigation/
  27. app/gplay/
  28. # Keystore files
  29. *.jks
  30. # External native build folder generated in Android Studio 2.2 and later
  31. .externalNativeBuild
  32. # Google Services (e.g. APIs or Firebase)
  33. #google-services.json
  34. #app/google-services.json
  35. # Freeline
  36. freeline.py
  37. freeline/
  38. freeline_project_description.json
  39. .DS_Store