Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. #Android Studio gitignore
  2. /.idea/libraries
  3. .DS_Store
  4. /captures
  5.  
  6. # Built application files
  7. *.apk
  8. *.ap_
  9.  
  10. # Files for the Dalvik VM
  11. *.dex
  12.  
  13. # Java class files
  14. *.class
  15.  
  16. # Generated files
  17. bin/
  18. gen/
  19.  
  20. # Gradle files
  21. .gradle/
  22. build/
  23.  
  24. # Local configuration file (sdk path, etc)
  25. local.properties
  26.  
  27. # Proguard folder generated by Eclipse
  28. proguard/
  29.  
  30. # Log Files
  31. *.log
  32.  
  33. # Idea files
  34. .idea/
  35.  
  36. *.iml
  37.  
  38. # mpeltonen/sbt-idea plugin
  39. .idea_modules/
  40.  
  41. # Mongo Explorer plugin:
  42. .idea/mongoSettings.xml
  43.  
  44. ## File-based project format:
  45. *.ipr
  46. *.iws
  47.  
  48.  
  49. # IntelliJ
  50. /out/
  51.  
  52. # JIRA plugin
  53. atlassian-ide-plugin.xml
  54.  
  55. # Crashlytics plugin (for Android Studio and IntelliJ)
  56. com_crashlytics_export_strings.xml
  57. crashlytics.properties
  58. crashlytics-build.properties
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement