.gitignore 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. target### Maven template
  2. target/
  3. pom.xml.tag
  4. pom.xml.releaseBackup
  5. pom.xml.versionsBackup
  6. pom.xml.next
  7. release.properties
  8. dependency-reduced-pom.xml
  9. buildNumber.properties
  10. .mvn/timing.properties
  11. # https://github.com/takari/maven-wrapper#usage-without-binary-jar
  12. .mvn/wrapper/maven-wrapper.jar
  13. ### VisualStudioCode template
  14. .vscode/*
  15. !.vscode/settings.json
  16. !.vscode/tasks.json
  17. !.vscode/launch.json
  18. !.vscode/extensions.json
  19. *.code-workspace
  20. # Local History for Visual Studio Code
  21. .history/
  22. ### JetBrains template
  23. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  24. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  25. # User-specific stuff
  26. .idea/**/workspace.xml
  27. .idea/**/tasks.xml
  28. .idea/**/usage.statistics.xml
  29. .idea/**/dictionaries
  30. .idea/**/shelf
  31. # Generated files
  32. .idea/**/contentModel.xml
  33. # Sensitive or high-churn files
  34. .idea/**/dataSources/
  35. .idea/**/dataSources.ids
  36. .idea/**/dataSources.local.xml
  37. .idea/**/sqlDataSources.xml
  38. .idea/**/dynamic.xml
  39. .idea/**/uiDesigner.xml
  40. .idea/**/dbnavigator.xml
  41. # Gradle
  42. .idea/**/gradle.xml
  43. .idea/**/libraries
  44. # Gradle and Maven with auto-import
  45. # When using Gradle or Maven with auto-import, you should exclude module files,
  46. # since they will be recreated, and may cause churn. Uncomment if using
  47. # auto-import.
  48. # .idea/artifacts
  49. # .idea/compiler.xml
  50. # .idea/jarRepositories.xml
  51. # .idea/modules.xml
  52. # .idea/*.iml
  53. # .idea/modules
  54. # *.iml
  55. # *.ipr
  56. # CMake
  57. cmake-build-*/
  58. # Mongo Explorer plugin
  59. .idea/**/mongoSettings.xml
  60. # File-based project format
  61. *.iws
  62. # IntelliJ
  63. out/
  64. # mpeltonen/sbt-idea plugin
  65. .idea_modules/
  66. # JIRA plugin
  67. atlassian-ide-plugin.xml
  68. # Cursive Clojure plugin
  69. .idea/replstate.xml
  70. # Crashlytics plugin (for Android Studio and IntelliJ)
  71. com_crashlytics_export_strings.xml
  72. crashlytics.properties
  73. crashlytics-build.properties
  74. fabric.properties
  75. # Editor-based Rest Client
  76. .idea/httpRequests
  77. # Android studio 3.1+ serialized cache file
  78. .idea/caches/build_file_checksums.ser
  79. ### Eclipse template
  80. .metadata
  81. bin/
  82. tmp/
  83. *.tmp
  84. *.bak
  85. *.swp
  86. *~.nib
  87. local.properties
  88. .settings/
  89. .loadpath
  90. .recommenders
  91. # External tool builders
  92. .externalToolBuilders/
  93. # Locally stored "Eclipse launch configurations"
  94. *.launch
  95. # PyDev specific (Python IDE for Eclipse)
  96. *.pydevproject
  97. # CDT-specific (C/C++ Development Tooling)
  98. .cproject
  99. # CDT- autotools
  100. .autotools
  101. # Java annotation processor (APT)
  102. .factorypath
  103. # PDT-specific (PHP Development Tools)
  104. .buildpath
  105. # sbteclipse plugin
  106. .target
  107. # Tern plugin
  108. .tern-project
  109. # TeXlipse plugin
  110. .texlipse
  111. # STS (Spring Tool Suite)
  112. .springBeans
  113. # Code Recommenders
  114. .recommenders/
  115. # Annotation Processing
  116. .apt_generated/
  117. .apt_generated_test/
  118. # Scala IDE specific (Scala & Java development for Eclipse)
  119. .cache-main
  120. .scala_dependencies
  121. .worksheet
  122. # Uncomment this line if you wish to ignore the project description file.
  123. # Typically, this file would be tracked if it contains build/dependency configurations:
  124. #.project
  125. ### Example user template template
  126. ### Example user template
  127. # IntelliJ project files
  128. .idea
  129. *.iml
  130. out
  131. gen
  132. *.log