.gitignore 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  1. # Created by https://www.toptal.com/developers/gitignore/api/windows,macos,linux,java,git,intellij,eclipse,netbeans,maven
  2. # Edit at https://www.toptal.com/developers/gitignore?templates=windows,macos,linux,java,git,intellij,eclipse,netbeans,maven
  3. ### Eclipse ###
  4. .metadata
  5. bin/
  6. tmp/
  7. *.tmp
  8. *.bak
  9. *.swp
  10. *~.nib
  11. local.properties
  12. .settings/
  13. .loadpath
  14. .recommenders
  15. # External tool builders
  16. .externalToolBuilders/
  17. # Locally stored "Eclipse launch configurations"
  18. *.launch
  19. # PyDev specific (Python IDE for Eclipse)
  20. *.pydevproject
  21. # CDT-specific (C/C++ Development Tooling)
  22. .cproject
  23. # CDT- autotools
  24. .autotools
  25. # Java annotation processor (APT)
  26. .factorypath
  27. # PDT-specific (PHP Development Tools)
  28. .buildpath
  29. # sbteclipse plugin
  30. .target
  31. # Tern plugin
  32. .tern-project
  33. # TeXlipse plugin
  34. .texlipse
  35. # STS (Spring Tool Suite)
  36. .springBeans
  37. # Code Recommenders
  38. .recommenders/
  39. # Annotation Processing
  40. .apt_generated/
  41. .apt_generated_test/
  42. # Scala IDE specific (Scala & Java development for Eclipse)
  43. .cache-main
  44. .scala_dependencies
  45. .worksheet
  46. # Uncomment this line if you wish to ignore the project description file.
  47. # Typically, this file would be tracked if it contains build/dependency configurations:
  48. #.project
  49. ### Eclipse Patch ###
  50. # Spring Boot Tooling
  51. .sts4-cache/
  52. ### Git ###
  53. # Created by git for backups. To disable backups in Git:
  54. # $ git config --global mergetool.keepBackup false
  55. *.orig
  56. # Created by git when using merge tools for conflicts
  57. *.BACKUP.*
  58. *.BASE.*
  59. *.LOCAL.*
  60. *.REMOTE.*
  61. *_BACKUP_*.txt
  62. *_BASE_*.txt
  63. *_LOCAL_*.txt
  64. *_REMOTE_*.txt
  65. ### Intellij ###
  66. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  67. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  68. # User-specific stuff
  69. .idea/**/workspace.xml
  70. .idea/**/tasks.xml
  71. .idea/**/usage.statistics.xml
  72. .idea/**/dictionaries
  73. .idea/**/shelf
  74. # AWS User-specific
  75. .idea/**/aws.xml
  76. # Generated files
  77. .idea/**/contentModel.xml
  78. # Sensitive or high-churn files
  79. .idea/**/dataSources/
  80. .idea/**/dataSources.ids
  81. .idea/**/dataSources.local.xml
  82. .idea/**/sqlDataSources.xml
  83. .idea/**/dynamic.xml
  84. .idea/**/uiDesigner.xml
  85. .idea/**/dbnavigator.xml
  86. # Gradle
  87. .idea/**/gradle.xml
  88. .idea/**/libraries
  89. .idea/
  90. **/.idea
  91. **/.idea/**
  92. # Gradle and Maven with auto-import
  93. # When using Gradle or Maven with auto-import, you should exclude module files,
  94. # since they will be recreated, and may cause churn. Uncomment if using
  95. # auto-import.
  96. # .idea/artifacts
  97. # .idea/compiler.xml
  98. # .idea/jarRepositories.xml
  99. # .idea/modules.xml
  100. # .idea/*.iml
  101. # .idea/modules
  102. # *.iml
  103. # *.ipr
  104. # CMake
  105. cmake-build-*/
  106. # Mongo Explorer plugin
  107. .idea/**/mongoSettings.xml
  108. # File-based project format
  109. *.iws
  110. # IntelliJ
  111. out/
  112. # mpeltonen/sbt-idea plugin
  113. .idea_modules/
  114. # JIRA plugin
  115. atlassian-ide-plugin.xml
  116. # Cursive Clojure plugin
  117. .idea/replstate.xml
  118. # Crashlytics plugin (for Android Studio and IntelliJ)
  119. com_crashlytics_export_strings.xml
  120. crashlytics.properties
  121. crashlytics-build.properties
  122. fabric.properties
  123. # Editor-based Rest Client
  124. .idea/httpRequests
  125. # Android studio 3.1+ serialized cache file
  126. .idea/caches/build_file_checksums.ser
  127. ### Intellij Patch ###
  128. # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
  129. # *.iml
  130. # modules.xml
  131. # .idea/misc.xml
  132. # *.ipr
  133. # Sonarlint plugin
  134. # https://plugins.jetbrains.com/plugin/7973-sonarlint
  135. .idea/**/sonarlint/
  136. # SonarQube Plugin
  137. # https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
  138. .idea/**/sonarIssues.xml
  139. # Markdown Navigator plugin
  140. # https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
  141. .idea/**/markdown-navigator.xml
  142. .idea/**/markdown-navigator-enh.xml
  143. .idea/**/markdown-navigator/
  144. # Cache file creation bug
  145. # See https://youtrack.jetbrains.com/issue/JBR-2257
  146. .idea/$CACHE_FILE$
  147. # CodeStream plugin
  148. # https://plugins.jetbrains.com/plugin/12206-codestream
  149. .idea/codestream.xml
  150. ### Java ###
  151. # Compiled class file
  152. *.class
  153. # Log file
  154. *.log
  155. # BlueJ files
  156. *.ctxt
  157. # Mobile Tools for Java (J2ME)
  158. .mtj.tmp/
  159. # Package Files #
  160. *.jar
  161. *.war
  162. *.nar
  163. *.ear
  164. *.zip
  165. *.tar.gz
  166. *.rar
  167. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  168. hs_err_pid*
  169. ### Linux ###
  170. *~
  171. # temporary files which can be created if a process still has a handle open of a deleted file
  172. .fuse_hidden*
  173. # KDE directory preferences
  174. .directory
  175. # Linux trash folder which might appear on any partition or disk
  176. .Trash-*
  177. # .nfs files are created when an open file is removed but is still being accessed
  178. .nfs*
  179. ### macOS ###
  180. # General
  181. .DS_Store
  182. .AppleDouble
  183. .LSOverride
  184. # Icon must end with two \r
  185. Icon
  186. # Thumbnails
  187. ._*
  188. # Files that might appear in the root of a volume
  189. .DocumentRevisions-V100
  190. .fseventsd
  191. .Spotlight-V100
  192. .TemporaryItems
  193. .Trashes
  194. .VolumeIcon.icns
  195. .com.apple.timemachine.donotpresent
  196. # Directories potentially created on remote AFP share
  197. .AppleDB
  198. .AppleDesktop
  199. Network Trash Folder
  200. Temporary Items
  201. .apdisk
  202. ### Maven ###
  203. target/
  204. pom.xml.tag
  205. pom.xml.releaseBackup
  206. pom.xml.versionsBackup
  207. pom.xml.next
  208. release.properties
  209. dependency-reduced-pom.xml
  210. buildNumber.properties
  211. .mvn/timing.properties
  212. # https://github.com/takari/maven-wrapper#usage-without-binary-jar
  213. .mvn/wrapper/maven-wrapper.jar
  214. ### NetBeans ###
  215. **/nbproject/private/
  216. **/nbproject/Makefile-*.mk
  217. **/nbproject/Package-*.bash
  218. build/
  219. nbbuild/
  220. dist/
  221. nbdist/
  222. .nb-gradle/
  223. ### Windows ###
  224. # Windows thumbnail cache files
  225. Thumbs.db
  226. Thumbs.db:encryptable
  227. ehthumbs.db
  228. ehthumbs_vista.db
  229. # Dump file
  230. *.stackdump
  231. # Folder config file
  232. [Dd]esktop.ini
  233. # Recycle Bin used on file shares
  234. $RECYCLE.BIN/
  235. # Windows Installer files
  236. *.cab
  237. *.msi
  238. *.msix
  239. *.msm
  240. *.msp
  241. # Windows shortcuts
  242. *.lnk
  243. # End of https://www.toptal.com/developers/gitignore/api/windows,macos,linux,java,git,intellij,eclipse,netbeans,maven