Advertisement
Guest User

Untitled

a guest
May 26th, 2015
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. # Built application files
  2. *.apk
  3. *.ap_
  4.  
  5. # Files for the 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. /*/build/
  20.  
  21. # Local configuration file (sdk path, etc)
  22. local.properties
  23.  
  24. # Proguard folder generated by Eclipse
  25. proguard/
  26.  
  27. # Log Files
  28. *.log
  29.  
  30. # Mac files
  31. .DS_Store
  32.  
  33. # Idea project files
  34. .idea/
  35. *.iws
  36. *.iml
  37. *.ipr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement