Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 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.  
  19. #Eclipse
  20. *.pydevproject
  21. .project
  22. .metadata
  23. bin/**
  24. tmp/**
  25. tmp/**/*
  26. *.tmp
  27. *.bak
  28. *.swp
  29. *~.nib
  30. local.properties
  31. .classpath
  32. .settings/
  33. .loadpath
  34. YourProjetcName/.gradle/
  35. YourProjetcName/app/build/
  36. */YourProjetcName/.gradle/
  37. */YourProjetcName/app/build/
  38.  
  39. # External tool builders
  40. .externalToolBuilders/
  41.  
  42. # Locally stored "Eclipse launch configurations"
  43. *.launch
  44.  
  45. # CDT-specific
  46. .cproject
  47.  
  48. # PDT-specific
  49. .buildpath
  50.  
  51. # Proguard folder generated by Eclipse
  52. proguard/
  53.  
  54. # Intellij project files
  55. *.iml
  56. *.ipr
  57. *.iws
  58. .idea/
  59. /build
  60. build/
  61. */build/
  62. */*/build/
  63. */*/*/build/
  64. *.bin
  65. *.lock
  66. YourProjetcName/app/build/
  67. .gradle
  68. /local.properties
  69. /.idea/workspace.xml
  70. /.idea/libraries
  71. .DS_Store
  72. .gradle/
  73. app/build/
  74. *app/build/
  75.  
  76. # Local configuration file (sdk path, etc)
  77. local.properties
  78. /YourProjetcName/build/intermediates/lint-cache/api-versions-6-23.1.bin
  79. appcompat_v7_23_1_1.xml
  80. projectFilesBackup
  81. build.gradle
  82. YourProjetcName.iml
  83. YourProjetcName.iml
  84. gradlew
  85. gradlew.bat
  86. local.properties
  87. settings.gradle
  88. .gradle
  89. .idea
  90. android
  91. build
  92. gradle
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement