.gitignore 5.7 KB

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