Newer
Older
FragmentTest / .gitignore
  1. ### Default AndroidStudio ###
  2. *.iml
  3. .gradle
  4. /local.properties
  5. /.idea/libraries
  6. /.idea/modules.xml
  7. /.idea/workspace.xml
  8. .DS_Store
  9. /build
  10. /captures
  11. .externalNativeBuild
  12. ### Android ###
  13. # Built application files
  14. *.apk
  15. *.ap_
  16. # Files for the ART/Dalvik VM
  17. *.dex
  18. # Java class files
  19. *.class
  20. # Generated files
  21. bin/
  22. gen/
  23. out/
  24. # Gradle files
  25. .gradle/
  26. build/
  27. # Local configuration file (sdk path, etc)
  28. local.properties
  29. # Proguard folder generated by Eclipse
  30. proguard/
  31. # Log Files
  32. *.log
  33. # Android Studio files
  34. */build/
  35. gradle.properties
  36. # Android Studio Navigation editor temp files
  37. .navigation/
  38. # Android Studio captures folder
  39. captures/
  40. # Intellij
  41. *.iml
  42. .idea/workspace.xml
  43. .idea/tasks.xml
  44. .idea/gradle.xml
  45. .idea/dictionaries
  46. .idea/libraries
  47. # Keystore files
  48. *.jks
  49. # External native build folder generated in Android Studio 2.2 and later
  50. .externalNativeBuild
  51. # Google Services (e.g. APIs or Firebase)
  52. google-services.json
  53. # Freeline
  54. freeline.py
  55. freeline/
  56. freeline_project_description.json
  57. ### Android Patch ###
  58. gen-external-apklibs
  59. ### AndroidStudio ###
  60. # Covers files to be ignored for android development using Android Studio.
  61. # Built application files
  62. # Files for the ART/Dalvik VM
  63. # Java class files
  64. # Generated files
  65. # Gradle files
  66. .gradle
  67. # Signing files
  68. .signing/
  69. # Local configuration file (sdk path, etc)
  70. # Proguard folder generated by Eclipse
  71. # Log Files
  72. # Android Studio
  73. /*/build/
  74. /*/local.properties
  75. /*/out
  76. /*/*/build
  77. /*/*/production
  78. *.ipr
  79. *~
  80. *.swp
  81. # Android Patch
  82. # External native build folder generated in Android Studio 2.2 and later
  83. # NDK
  84. obj/
  85. # IntelliJ IDEA
  86. *.iws
  87. /out/
  88. # User-specific configurations
  89. .idea/libraries/
  90. .idea/.name
  91. .idea/compiler.xml
  92. .idea/copyright/profiles_settings.xml
  93. .idea/encodings.xml
  94. .idea/misc.xml
  95. .idea/modules.xml
  96. .idea/scopes/scope_settings.xml
  97. .idea/vcs.xml
  98. .idea/jsLibraryMappings.xml
  99. .idea/datasources.xml
  100. .idea/dataSources.ids
  101. .idea/sqlDataSources.xml
  102. .idea/dynamic.xml
  103. .idea/uiDesigner.xml
  104. # Keystore files
  105. # OS-specific files
  106. .DS_Store
  107. .DS_Store?
  108. ._*
  109. .Spotlight-V100
  110. .Trashes
  111. ehthumbs.db
  112. Thumbs.db
  113. # Legacy Eclipse project files
  114. .classpath
  115. .project
  116. # Mobile Tools for Java (J2ME)
  117. .mtj.tmp/
  118. # Package Files #
  119. *.jar
  120. *.war
  121. *.ear
  122. # virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
  123. hs_err_pid*
  124. ## Plugin-specific files:
  125. # mpeltonen/sbt-idea plugin
  126. .idea_modules/
  127. # JIRA plugin
  128. atlassian-ide-plugin.xml
  129. # Mongo Explorer plugin
  130. .idea/mongoSettings.xml
  131. # Crashlytics plugin (for Android Studio and IntelliJ)
  132. com_crashlytics_export_strings.xml
  133. crashlytics.properties
  134. crashlytics-build.properties
  135. fabric.properties
  136. ### AndroidStudio Patch ###
  137. # Google Services plugin
  138. !/gradle/wrapper/gradle-wrapper.jar
  139. ### macOS ###
  140. *.DS_Store
  141. .AppleDouble
  142. .LSOverride
  143. # Icon must end with two \r
  144. Icon
  145. # Thumbnails
  146. # Files that might appear in the root of a volume
  147. .DocumentRevisions-V100
  148. .fseventsd
  149. .TemporaryItems
  150. .VolumeIcon.icns
  151. .com.apple.timemachine.donotpresent
  152. # Directories potentially created on remote AFP share
  153. .AppleDB
  154. .AppleDesktop
  155. Network Trash Folder
  156. Temporary Items
  157. .apdisk