.gitignore 746 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /build
  2. # Built application files
  3. *.apk
  4. *.ap_
  5. #OSX
  6. *.DS_Store
  7. # Files for the ART/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. app/
  19. # Local configuration file (sdk path, etc)
  20. /local.properties
  21. .local.properties
  22. local.properties
  23. # Proguard folder generated by Eclipse
  24. proguard/
  25. # Log Files
  26. *.log
  27. # Android Studio Navigation editor temp files
  28. .navigation/
  29. # Android Studio captures folder
  30. captures/
  31. # Intellij
  32. *.iml
  33. /.idea
  34. # Keystore files
  35. # *.jks
  36. # External native build folder generated in Android Studio 2.2 and later
  37. .externalNativeBuild
  38. # Google Services (e.g. APIs or Firebase)
  39. google-services.json
  40. # Freeline
  41. freeline.py
  42. freeline/
  43. freeline_project_description.json