.gitignore 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  1. ### Eclipse template
  2. .metadata
  3. bin/
  4. tmp/
  5. *.tmp
  6. *.bak
  7. *.swp
  8. *~.nib
  9. local.properties
  10. .settings/
  11. .loadpath
  12. .recommenders
  13. # External tool builders
  14. .externalToolBuilders/
  15. # Locally stored "Eclipse launch configurations"
  16. *.launch
  17. # PyDev specific (Python IDE for Eclipse)
  18. *.pydevproject
  19. # CDT-specific (C/C++ Development Tooling)
  20. .cproject
  21. # CDT- autotools
  22. .autotools
  23. # Java annotation processor (APT)
  24. .factorypath
  25. # PDT-specific (PHP Development Tools)
  26. .buildpath
  27. # sbteclipse plugin
  28. .target
  29. # Tern plugin
  30. .tern-project
  31. # TeXlipse plugin
  32. .texlipse
  33. # STS (Spring Tool Suite)
  34. .springBeans
  35. # Code Recommenders
  36. .recommenders/
  37. # Annotation Processing
  38. .apt_generated/
  39. # Scala IDE specific (Scala & Java development for Eclipse)
  40. .cache-main
  41. .scala_dependencies
  42. .worksheet
  43. ### Android template
  44. # Built application files
  45. *.apk
  46. *.ap_
  47. # Files for the ART/Dalvik VM
  48. *.dex
  49. # Java class files
  50. *.class
  51. # Generated files
  52. gen/
  53. out/
  54. # Gradle files
  55. .gradle/
  56. build/
  57. # Local configuration file (sdk path, etc)
  58. # Proguard folder generated by Eclipse
  59. proguard/
  60. # Log Files
  61. *.log
  62. # Android Studio Navigation editor temp files
  63. .navigation/
  64. # Android Studio captures folder
  65. captures/
  66. # IntelliJ
  67. *.iml
  68. .idea/workspace.xml
  69. .idea/tasks.xml
  70. .idea/gradle.xml
  71. .idea/assetWizardSettings.xml
  72. .idea/dictionaries
  73. .idea/libraries
  74. .idea/caches
  75. # Keystore files
  76. # Uncomment the following line if you do not want to check your keystore files in.
  77. #*.jks
  78. # External native build folder generated in Android Studio 2.2 and later
  79. .externalNativeBuild
  80. # Google Services (e.g. APIs or Firebase)
  81. google-services.json
  82. # Freeline
  83. freeline.py
  84. freeline/
  85. freeline_project_description.json
  86. # fastlane
  87. fastlane/report.xml
  88. fastlane/Preview.html
  89. fastlane/screenshots
  90. fastlane/test_output
  91. fastlane/readme.md
  92. ### Dropbox template
  93. # Dropbox settings and caches
  94. .dropbox
  95. .dropbox.attr
  96. .dropbox.cache
  97. ### Windows template
  98. # Windows thumbnail cache files
  99. Thumbs.db
  100. ehthumbs.db
  101. ehthumbs_vista.db
  102. # Dump file
  103. *.stackdump
  104. # Folder config file
  105. [Dd]esktop.ini
  106. # Recycle Bin used on file shares
  107. $RECYCLE.BIN/
  108. # Windows Installer files
  109. *.cab
  110. *.msi
  111. *.msix
  112. *.msm
  113. *.msp
  114. # Windows shortcuts
  115. *.lnk
  116. ### Maven template
  117. target/
  118. pom.xml.tag
  119. pom.xml.releaseBackup
  120. pom.xml.versionsBackup
  121. pom.xml.next
  122. release.properties
  123. dependency-reduced-pom.xml
  124. buildNumber.properties
  125. .mvn/timing.properties
  126. .mvn/wrapper/maven-wrapper.jar
  127. ### NetBeans template
  128. nbproject/private/
  129. nbbuild/
  130. dist/
  131. nbdist/
  132. .nb-gradle/
  133. ### macOS template
  134. # General
  135. .DS_Store
  136. .AppleDouble
  137. .LSOverride
  138. # Icon must end with two \r
  139. Icon
  140. # Thumbnails
  141. ._*
  142. # Files that might appear in the root of a volume
  143. .DocumentRevisions-V100
  144. .fseventsd
  145. .Spotlight-V100
  146. .TemporaryItems
  147. .Trashes
  148. .VolumeIcon.icns
  149. .com.apple.timemachine.donotpresent
  150. # Directories potentially created on remote AFP share
  151. .AppleDB
  152. .AppleDesktop
  153. Network Trash Folder
  154. Temporary Items
  155. .apdisk
  156. ### Linux template
  157. *~
  158. # temporary files which can be created if a process still has a handle open of a deleted file
  159. .fuse_hidden*
  160. # KDE directory preferences
  161. .directory
  162. # Linux trash folder which might appear on any partition or disk
  163. .Trash-*
  164. # .nfs files are created when an open file is removed but is still being accessed
  165. .nfs*
  166. ### GPG template
  167. secring.*
  168. ### Gradle template
  169. .gradle
  170. /build/
  171. # Ignore Gradle GUI config
  172. gradle-app.setting
  173. # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
  174. !gradle-wrapper.jar
  175. # Cache of project
  176. .gradletasknamecache
  177. # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
  178. # gradle/wrapper/gradle-wrapper.properties
  179. ### SBT template
  180. # Simple Build Tool
  181. # http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control
  182. dist/*
  183. lib_managed/
  184. src_managed/
  185. project/boot/
  186. project/plugins/project/
  187. .history
  188. .cache
  189. .lib/
  190. ### Example user template template
  191. ### Example user template
  192. # IntelliJ project files
  193. .idea
  194. out
  195. gen### JetBrains template
  196. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
  197. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  198. # User-specific stuff
  199. .idea/**/workspace.xml
  200. .idea/**/tasks.xml
  201. .idea/**/usage.statistics.xml
  202. .idea/**/dictionaries
  203. .idea/**/shelf
  204. # Sensitive or high-churn files
  205. .idea/**/dataSources/
  206. .idea/**/dataSources.ids
  207. .idea/**/dataSources.local.xml
  208. .idea/**/sqlDataSources.xml
  209. .idea/**/dynamic.xml
  210. .idea/**/uiDesigner.xml
  211. .idea/**/dbnavigator.xml
  212. # Gradle
  213. .idea/**/gradle.xml
  214. .idea/**/libraries
  215. # Gradle and Maven with auto-import
  216. # When using Gradle or Maven with auto-import, you should exclude module files,
  217. # since they will be recreated, and may cause churn. Uncomment if using
  218. # auto-import.
  219. # .idea/modules.xml
  220. # .idea/*.iml
  221. # .idea/modules
  222. # CMake
  223. cmake-build-*/
  224. # Mongo Explorer plugin
  225. .idea/**/mongoSettings.xml
  226. # File-based project format
  227. *.iws
  228. # IntelliJ
  229. # mpeltonen/sbt-idea plugin
  230. .idea_modules/
  231. # JIRA plugin
  232. atlassian-ide-plugin.xml
  233. # Cursive Clojure plugin
  234. .idea/replstate.xml
  235. # Crashlytics plugin (for Android Studio and IntelliJ)
  236. com_crashlytics_export_strings.xml
  237. crashlytics.properties
  238. crashlytics-build.properties
  239. fabric.properties
  240. # Editor-based Rest Client
  241. .idea/httpRequests
  242. ### Kotlin template
  243. # Compiled class file
  244. # Log file
  245. # BlueJ files
  246. *.ctxt
  247. # Mobile Tools for Java (J2ME)
  248. .mtj.tmp/
  249. # Package Files #
  250. *.jar
  251. *.war
  252. *.nar
  253. *.ear
  254. *.zip
  255. *.tar.gz
  256. *.rar
  257. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  258. hs_err_pid*
  259. ### Java template
  260. # Compiled class file
  261. # Log file
  262. # BlueJ files
  263. # Mobile Tools for Java (J2ME)
  264. # Package Files #
  265. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml