.gitignore 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. # Created by https://www.gitignore.io/api/java,linux,maven,eclipse,intellij
  2. # Edit at https://www.gitignore.io/?templates=java,linux,maven,eclipse,intellij
  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. # Scala IDE specific (Scala & Java development for Eclipse)
  42. .cache-main
  43. .scala_dependencies
  44. .worksheet
  45. ### Eclipse Patch ###
  46. # Eclipse Core
  47. .project
  48. # JDT-specific (Eclipse Java Development Tools)
  49. .classpath
  50. # Annotation Processing
  51. .apt_generated
  52. .sts4-cache/
  53. ### Intellij ###
  54. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
  55. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  56. # User-specific stuff
  57. .idea/**/workspace.xml
  58. .idea/**/tasks.xml
  59. .idea/**/usage.statistics.xml
  60. .idea/**/dictionaries
  61. .idea/**/shelf
  62. # Generated files
  63. .idea/**/contentModel.xml
  64. # Sensitive or high-churn files
  65. .idea/**/dataSources/
  66. .idea/**/dataSources.ids
  67. .idea/**/dataSources.local.xml
  68. .idea/**/sqlDataSources.xml
  69. .idea/**/dynamic.xml
  70. .idea/**/uiDesigner.xml
  71. .idea/**/dbnavigator.xml
  72. # Gradle
  73. .idea/**/gradle.xml
  74. .idea/**/libraries
  75. # Gradle and Maven with auto-import
  76. # When using Gradle or Maven with auto-import, you should exclude module files,
  77. # since they will be recreated, and may cause churn. Uncomment if using
  78. # auto-import.
  79. # .idea/modules.xml
  80. # .idea/*.iml
  81. # .idea/modules
  82. # CMake
  83. cmake-build-*/
  84. # Mongo Explorer plugin
  85. .idea/**/mongoSettings.xml
  86. # File-based project format
  87. *.iws
  88. # IntelliJ
  89. out/
  90. classes/
  91. # mpeltonen/sbt-idea plugin
  92. .idea_modules/
  93. # JIRA plugin
  94. atlassian-ide-plugin.xml
  95. # Cursive Clojure plugin
  96. .idea/replstate.xml
  97. # Crashlytics plugin (for Android Studio and IntelliJ)
  98. com_crashlytics_export_strings.xml
  99. crashlytics.properties
  100. crashlytics-build.properties
  101. fabric.properties
  102. # Editor-based Rest Client
  103. .idea/httpRequests
  104. # Android studio 3.1+ serialized cache file
  105. .idea/caches/build_file_checksums.ser
  106. ### Intellij Patch ###
  107. # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
  108. # *.iml
  109. # modules.xml
  110. # .idea/misc.xml
  111. # *.ipr
  112. # Sonarlint plugin
  113. .idea/sonarlint
  114. ### Java ###
  115. # Compiled class file
  116. *.class
  117. # Log file
  118. *.log
  119. # BlueJ files
  120. *.ctxt
  121. # Mobile Tools for Java (J2ME)
  122. .mtj.tmp/
  123. # Package Files #
  124. *.war
  125. *.nar
  126. *.ear
  127. *.zip
  128. *.tar.gz
  129. *.rar
  130. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  131. hs_err_pid*
  132. ### Linux ###
  133. *~
  134. # temporary files which can be created if a process still has a handle open of a deleted file
  135. .fuse_hidden*
  136. # KDE directory preferences
  137. .directory
  138. # Linux trash folder which might appear on any partition or disk
  139. .Trash-*
  140. # .nfs files are created when an open file is removed but is still being accessed
  141. .nfs*
  142. ### Maven ###
  143. target/
  144. pom.xml.tag
  145. pom.xml.releaseBackup
  146. pom.xml.versionsBackup
  147. pom.xml.next
  148. release.properties
  149. dependency-reduced-pom.xml
  150. buildNumber.properties
  151. .mvn/timing.properties
  152. .mvn/wrapper/maven-wrapper.jar
  153. # End of https://www.gitignore.io/api/java,linux,maven,eclipse,intellij
  154. db/data/
  155. web/apps/
  156. web/shared/
  157. shared/