Guest User

Untitled

a guest
Dec 5th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. # built application files
  2. *.apk
  3. *.ap_
  4.  
  5. # files for the dex VM
  6. *.dex
  7.  
  8. # Java class files
  9. *.class
  10.  
  11. # generated files
  12. bin/
  13. gen/
  14.  
  15. # Local configuration file (sdk path, etc)
  16. local.properties
  17.  
  18. # Eclipse project files
  19. .classpath
  20. .project
  21.  
  22. # Android Studio
  23. .idea/
  24. .gradle
  25. /*/local.properties
  26. /*/out
  27. /*/*/build
  28. /*/*/production
  29. *.iml
  30. *.iws
  31. *.ipr
  32. *~
  33. *.swp
Add Comment
Please, Sign In to add comment