.gitignore 717 B

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