Guest User

Untitled

a guest
Aug 16th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. # Built application files
  2. *.apk
  3. *.ap_
  4.  
  5. # Files for the ART/Dalvik VM
  6. *.dex
  7.  
  8. # Java class files
  9. *.class
  10.  
  11. # Generated files
  12. bin/
  13. gen/
  14. out/
  15.  
  16. # Gradle files
  17. .gradle/
  18. build/
  19.  
  20. # Local configuration file (sdk path, etc)
  21. local.properties
  22.  
  23. # Proguard folder generated by Eclipse
  24. proguard/
  25.  
  26. # Log Files
  27. *.log
  28.  
  29. # Android Studio Navigation editor temp files
  30. .navigation/
  31.  
  32. # Android Studio captures folder
  33. captures/
  34.  
  35. # IntelliJ
  36. *.iml
  37. .idea/workspace.xml
  38. .idea/tasks.xml
  39. .idea/gradle.xml
  40. .idea/assetWizardSettings.xml
  41. .idea/dictionaries
  42. .idea/libraries
  43. .idea/caches
  44.  
  45. .idea/codeStyles/Project.xml
  46. .idea/misc.xml
  47. .idea/navEditor.xml
  48. .idea/vcs.xml
  49.  
  50. # Keystore files
  51. # Uncomment the following line if you do not want to check your keystore files in.
  52. #*.jks
  53.  
  54. # External native build folder generated in Android Studio 2.2 and later
  55. .externalNativeBuild
  56.  
  57. # Google Services (e.g. APIs or Firebase)
  58. google-services.json
  59.  
  60. # Freeline
  61. freeline.py
  62. freeline/
  63. freeline_project_description.json
  64.  
  65. # fastlane
  66. fastlane/report.xml
  67. fastlane/Preview.html
  68. fastlane/screenshots
  69. fastlane/test_output
  70. fastlane/readme.md
Add Comment
Please, Sign In to add comment