.gitignore 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. # https://github.com/github/gitignore/blob/master/Java.gitignore
  2. *.class
  3. # Mobile Tools for Java (J2ME)
  4. .mtj.tmp/
  5. # Package Files #
  6. *.jar
  7. *.war
  8. *.ear
  9. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  10. hs_err_pid*
  11. /.project
  12. # https://github.com/github/gitignore/blob/master/Maven.gitignore
  13. target/
  14. pom.xml.tag
  15. pom.xml.releaseBackup
  16. pom.xml.versionsBackup
  17. pom.xml.next
  18. release.properties
  19. dependency-reduced-pom.xml
  20. buildNumber.properties
  21. .mvn/timing.properties
  22. # https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore
  23. .metadata
  24. bin/
  25. tmp/
  26. *.tmp
  27. *.bak
  28. *.swp
  29. *~.nib
  30. local.properties
  31. .settings/
  32. .loadpath
  33. .recommenders
  34. # Eclipse Core
  35. .project
  36. # External tool builders
  37. .externalToolBuilders/
  38. # Locally stored "Eclipse launch configurations"
  39. *.launch
  40. # PyDev specific (Python IDE for Eclipse)
  41. *.pydevproject
  42. # CDT-specific (C/C++ Development Tooling)
  43. .cproject
  44. # JDT-specific (Eclipse Java Development Tools)
  45. .classpath
  46. # Java annotation processor (APT)
  47. .factorypath
  48. # PDT-specific (PHP Development Tools)
  49. .buildpath
  50. # sbteclipse plugin
  51. .target
  52. # Tern plugin
  53. .tern-project
  54. # TeXlipse plugin
  55. .texlipse
  56. # STS (Spring Tool Suite)
  57. .springBeans
  58. # Code Recommenders
  59. .recommenders/
  60. # https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
  61. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  62. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  63. # User-specific stuff:
  64. .idea/workspace.xml
  65. .idea/tasks.xml
  66. .idea/dictionaries
  67. .idea/vcs.xml
  68. .idea/jsLibraryMappings.xml
  69. # Sensitive or high-churn files:
  70. .idea/dataSources.ids
  71. .idea/dataSources.xml
  72. .idea/dataSources.local.xml
  73. .idea/sqlDataSources.xml
  74. .idea/dynamic.xml
  75. .idea/uiDesigner.xml
  76. # Gradle:
  77. .idea/gradle.xml
  78. .idea/libraries
  79. # Mongo Explorer plugin:
  80. .idea/mongoSettings.xml
  81. ## File-based project format:
  82. *.iws
  83. ## Plugin-specific files:
  84. # IntelliJ
  85. /out/
  86. # mpeltonen/sbt-idea plugin
  87. .idea_modules/
  88. # JIRA plugin
  89. atlassian-ide-plugin.xml
  90. # Crashlytics plugin (for Android Studio and IntelliJ)
  91. com_crashlytics_export_strings.xml
  92. crashlytics.properties
  93. crashlytics-build.properties
  94. fabric.properties
  95. # zeroturnaround
  96. rebel.xml
  97. # log
  98. log/
  99. logs/
  100. # IntelliJ IDEA
  101. *.iml
  102. .idea/
  103. /pom.xml