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