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