.gitignore 739 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. app/
  18. # Local configuration file (sdk path, etc)
  19. /local.properties
  20. .local.properties
  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