.gitignore 751 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /PushSDK/build/
  2. .DS_Store
  3. /captures
  4. .svn/
  5. reports/
  6. # Built application files
  7. *.apk
  8. *.ap_
  9. # Files for the ART/Dalvik VM
  10. *.dex
  11. # Java class files
  12. *.class
  13. # Generated files
  14. bin/
  15. gen/
  16. out/
  17. # Gradle files
  18. .gradle/
  19. build/
  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. # VsCode
  34. .vscode/
  35. # Keystore files
  36. *.jks
  37. # External native build folder generated in Android Studio 2.2 and later
  38. .externalNativeBuild
  39. # Google Services (e.g. APIs or Firebase)
  40. google-services.json
  41. # Freeline
  42. freeline.py
  43. freeline/
  44. freeline_project_description.json