2
0

.gitignore 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. # File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig
  2. # Created by https://www.toptal.com/developers/gitignore/api/android,androidstudio,java,vscode
  3. # Edit at https://www.toptal.com/developers/gitignore?templates=android,androidstudio,java,vscode
  4. ### Android ###
  5. # Built application files
  6. *.apk
  7. *.ap_
  8. *.aab
  9. # Files for the ART/Dalvik VM
  10. *.dex
  11. # Java class files
  12. *.class
  13. # Generated files
  14. bin/
  15. gen/
  16. out/
  17. # Uncomment the following line in case you need and you don't have the release build type files in your app
  18. # release/
  19. # Gradle files
  20. .gradle/
  21. build/
  22. # Local configuration file (sdk path, etc)
  23. local.properties
  24. # Proguard folder generated by Eclipse
  25. proguard/
  26. # Log Files
  27. *.log
  28. # Android Studio Navigation editor temp files
  29. .navigation/
  30. # Android Studio captures folder
  31. captures/
  32. # IntelliJ
  33. *.iml
  34. .idea/workspace.xml
  35. .idea/tasks.xml
  36. .idea/gradle.xml
  37. .idea/assetWizardSettings.xml
  38. .idea/dictionaries
  39. .idea/libraries
  40. # Android Studio 3 in .gitignore file.
  41. .idea/caches
  42. .idea/modules.xml
  43. # Comment next line if keeping position of elements in Navigation Editor is relevant for you
  44. .idea/navEditor.xml
  45. # Keystore files
  46. # Uncomment the following lines if you do not want to check your keystore files in.
  47. #*.jks
  48. *.keystore
  49. # External native build folder generated in Android Studio 2.2 and later
  50. .externalNativeBuild
  51. .cxx/
  52. # Google Services (e.g. APIs or Firebase)
  53. # google-services.json
  54. # Freeline
  55. freeline.py
  56. freeline/
  57. freeline_project_description.json
  58. # fastlane
  59. fastlane/report.xml
  60. fastlane/Preview.html
  61. fastlane/screenshots
  62. fastlane/test_output
  63. fastlane/readme.md
  64. # Version control
  65. vcs.xml
  66. # lint
  67. lint/intermediates/
  68. lint/generated/
  69. lint/outputs/
  70. lint/tmp/
  71. # lint/reports/
  72. ### Android Patch ###
  73. gen-external-apklibs
  74. output.json
  75. # Replacement of .externalNativeBuild directories introduced
  76. # with Android Studio 3.5.
  77. ### Java ###
  78. # Compiled class file
  79. # Log file
  80. # BlueJ files
  81. *.ctxt
  82. # Mobile Tools for Java (J2ME)
  83. .mtj.tmp/
  84. # Package Files #
  85. *.war
  86. *.nar
  87. *.ear
  88. *.zip
  89. *.tar.gz
  90. *.rar
  91. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  92. hs_err_pid*
  93. ### vscode ###
  94. .vscode/*
  95. !.vscode/settings.json
  96. !.vscode/tasks.json
  97. !.vscode/launch.json
  98. !.vscode/extensions.json
  99. *.code-workspace
  100. ### AndroidStudio ###
  101. # Covers files to be ignored for android development using Android Studio.
  102. # Built application files
  103. # Files for the ART/Dalvik VM
  104. # Java class files
  105. # Generated files
  106. # Gradle files
  107. .gradle
  108. # Signing files
  109. .signing/
  110. # Local configuration file (sdk path, etc)
  111. # Proguard folder generated by Eclipse
  112. # Log Files
  113. # Android Studio
  114. /*/build/
  115. /*/local.properties
  116. /*/out
  117. /*/*/build
  118. /*/*/production
  119. *.ipr
  120. *~
  121. *.swp
  122. # Keystore files
  123. *.jks
  124. *.keystore
  125. # Google Services (e.g. APIs or Firebase)
  126. # google-services.json
  127. # Android Patch
  128. # External native build folder generated in Android Studio 2.2 and later
  129. # NDK
  130. obj/
  131. # IntelliJ IDEA
  132. *.iws
  133. /out/
  134. # User-specific configurations
  135. .idea/caches/
  136. .idea/libraries/
  137. .idea/shelf/
  138. .idea/.name
  139. .idea/compiler.xml
  140. .idea/copyright/profiles_settings.xml
  141. .idea/encodings.xml
  142. .idea/misc.xml
  143. .idea/scopes/scope_settings.xml
  144. .idea/vcs.xml
  145. .idea/jsLibraryMappings.xml
  146. .idea/datasources.xml
  147. .idea/dataSources.ids
  148. .idea/sqlDataSources.xml
  149. .idea/dynamic.xml
  150. .idea/uiDesigner.xml
  151. .idea/jarRepositories.xml
  152. # OS-specific files
  153. .DS_Store
  154. .DS_Store?
  155. ._*
  156. .Spotlight-V100
  157. .Trashes
  158. ehthumbs.db
  159. Thumbs.db
  160. # Legacy Eclipse project files
  161. .classpath
  162. .project
  163. .cproject
  164. .settings/
  165. # Mobile Tools for Java (J2ME)
  166. # Package Files #
  167. # virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
  168. ## Plugin-specific files:
  169. # mpeltonen/sbt-idea plugin
  170. .idea_modules/
  171. # JIRA plugin
  172. atlassian-ide-plugin.xml
  173. # Mongo Explorer plugin
  174. .idea/mongoSettings.xml
  175. # Crashlytics plugin (for Android Studio and IntelliJ)
  176. com_crashlytics_export_strings.xml
  177. crashlytics.properties
  178. crashlytics-build.properties
  179. fabric.properties
  180. ### AndroidStudio Patch ###
  181. !/gradle/wrapper/gradle-wrapper.jar
  182. # End of https://www.toptal.com/developers/gitignore/api/android,androidstudio,java,vscode
  183. # Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
  184. # uniapp页面