.gitignore 702 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. # 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. /.idea
  31. # Keystore files
  32. *.jks
  33. # External native build folder generated in Android Studio 2.2 and later
  34. .externalNativeBuild
  35. # Google Services (e.g. APIs or Firebase)
  36. google-services.json
  37. # Freeline
  38. freeline.py
  39. freeline/
  40. freeline_project_description.json