Advertisement
Guest User

Untitled

a guest
Mar 31st, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### Android template
  3. # Built application files
  4. *.apk
  5. *.ap_
  6.  
  7. # Files for the ART/Dalvik VM
  8. *.dex
  9.  
  10. # Java class files
  11. *.class
  12.  
  13. # Generated files
  14. bin/
  15. gen/
  16. out/
  17.  
  18. # Gradle files
  19. .gradle/
  20. build/
  21.  
  22. # Local configuration file (sdk path, etc)
  23. local.properties
  24.  
  25. # Proguard folder generated by Eclipse
  26. proguard/
  27.  
  28. # Log Files
  29. *.log
  30.  
  31. # Android Studio Navigation editor temp files
  32. .navigation/
  33.  
  34. # Android Studio captures folder
  35. captures/
  36.  
  37. # Intellij
  38. *.iml
  39. .idea/workspace.xml
  40. .idea/tasks.xml
  41. .idea/gradle.xml
  42. .idea/dictionaries
  43. .idea/libraries
  44.  
  45. # Keystore files
  46. *.jks
  47.  
  48. # External native build folder generated in Android Studio 2.2 and later
  49. .externalNativeBuild
  50.  
  51. # Google Services (e.g. APIs or Firebase)
  52. google-services.json
  53.  
  54. # Freeline
  55. freeline.py
  56. freeline/
  57. freeline_project_description.json
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement