.gitignore 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. ### NetBeans template
  2. **/nbproject/private/
  3. **/nbproject/Makefile-*.mk
  4. **/nbproject/Package-*.bash
  5. build/
  6. nbbuild/
  7. dist/
  8. nbdist/
  9. .nb-gradle/
  10. ### Bash Scripts
  11. *.sh
  12. !mcmmo-core/src/main/resources/com/gmail/nossr50/locale/doTranslation.sh
  13. ### JetBrains template
  14. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
  15. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  16. # User-specific stuff
  17. .idea/**/workspace.xml
  18. .idea/**/tasks.xml
  19. .idea/**/usage.statistics.xml
  20. .idea/**/dictionaries
  21. .idea/**/shelf
  22. # Generated files
  23. .idea/**/contentModel.xml
  24. # Sensitive or high-churn files
  25. .idea/**/dataSources/
  26. .idea/**/dataSources.ids
  27. .idea/**/dataSources.local.xml
  28. .idea/**/sqlDataSources.xml
  29. .idea/**/dynamic.xml
  30. .idea/**/uiDesigner.xml
  31. .idea/**/dbnavigator.xml
  32. # Gradle
  33. .idea/**/gradle.xml
  34. .idea/**/libraries
  35. # Gradle and Maven with auto-import
  36. # When using Gradle or Maven with auto-import, you should exclude module files,
  37. # since they will be recreated, and may cause churn. Uncomment if using
  38. # auto-import.
  39. .idea/modules.xml
  40. .idea/*.iml
  41. .idea/modules
  42. .idea
  43. *.iml
  44. *.ipr
  45. # CMake
  46. cmake-build-*/
  47. # Mongo Explorer plugin
  48. .idea/**/mongoSettings.xml
  49. # File-based project format
  50. *.iws
  51. # IntelliJ
  52. out/
  53. # mpeltonen/sbt-idea plugin
  54. .idea_modules/
  55. # JIRA plugin
  56. atlassian-ide-plugin.xml
  57. # Cursive Clojure plugin
  58. .idea/replstate.xml
  59. # Crashlytics plugin (for Android Studio and IntelliJ)
  60. com_crashlytics_export_strings.xml
  61. crashlytics.properties
  62. crashlytics-build.properties
  63. fabric.properties
  64. # Editor-based Rest Client
  65. .idea/httpRequests
  66. # Android studio 3.1+ serialized cache file
  67. .idea/caches/build_file_checksums.ser
  68. ### Maven template
  69. target/
  70. pom.xml.tag
  71. pom.xml.releaseBackup
  72. pom.xml.versionsBackup
  73. pom.xml.next
  74. release.properties
  75. dependency-reduced-pom.xml
  76. buildNumber.properties
  77. .mvn/timing.properties
  78. # https://github.com/takari/maven-wrapper#usage-without-binary-jar
  79. .mvn/wrapper/maven-wrapper.jar
  80. ### Kotlin template
  81. # Compiled class file
  82. *.class
  83. # Log file
  84. *.log
  85. # BlueJ files
  86. *.ctxt
  87. # Mobile Tools for Java (J2ME)
  88. .mtj.tmp/
  89. # Package Files #
  90. *.jar
  91. *.war
  92. *.nar
  93. *.ear
  94. *.zip
  95. *.tar.gz
  96. *.rar
  97. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  98. hs_err_pid*
  99. ### Eclipse template
  100. .metadata
  101. bin/
  102. tmp/
  103. *.tmp
  104. *.bak
  105. *.swp
  106. *~.nib
  107. local.properties
  108. .settings/
  109. .loadpath
  110. .recommenders
  111. # External tool builders
  112. .externalToolBuilders/
  113. # Locally stored "Eclipse launch configurations"
  114. *.launch
  115. # PyDev specific (Python IDE for Eclipse)
  116. *.pydevproject
  117. # CDT-specific (C/C++ Development Tooling)
  118. .cproject
  119. # CDT- autotools
  120. .autotools
  121. # Java annotation processor (APT)
  122. .factorypath
  123. # PDT-specific (PHP Development Tools)
  124. .buildpath
  125. # sbteclipse plugin
  126. .target
  127. # Tern plugin
  128. .tern-project
  129. # TeXlipse plugin
  130. .texlipse
  131. # STS (Spring Tool Suite)
  132. .springBeans
  133. # Code Recommenders
  134. .recommenders/
  135. # Annotation Processing
  136. .apt_generated/
  137. # Scala IDE specific (Scala & Java development for Eclipse)
  138. .cache-main
  139. .scala_dependencies
  140. .worksheet
  141. ### Windows template
  142. # Windows thumbnail cache files
  143. Thumbs.db
  144. Thumbs.db:encryptable
  145. ehthumbs.db
  146. ehthumbs_vista.db
  147. # Dump file
  148. *.stackdump
  149. # Folder config file
  150. [Dd]esktop.ini
  151. # Recycle Bin used on file shares
  152. $RECYCLE.BIN/
  153. # Windows Installer files
  154. *.cab
  155. *.msi
  156. *.msix
  157. *.msm
  158. *.msp
  159. # Windows shortcuts
  160. *.lnk
  161. ### macOS template
  162. # General
  163. .DS_Store
  164. .AppleDouble
  165. .LSOverride
  166. # Icon must end with two \r
  167. Icon
  168. # Thumbnails
  169. ._*
  170. # Files that might appear in the root of a volume
  171. .DocumentRevisions-V100
  172. .fseventsd
  173. .Spotlight-V100
  174. .TemporaryItems
  175. .Trashes
  176. .VolumeIcon.icns
  177. .com.apple.timemachine.donotpresent
  178. # Directories potentially created on remote AFP share
  179. .AppleDB
  180. .AppleDesktop
  181. Network Trash Folder
  182. Temporary Items
  183. .apdisk
  184. ### Linux template
  185. *~
  186. # temporary files which can be created if a process still has a handle open of a deleted file
  187. .fuse_hidden*
  188. # KDE directory preferences
  189. .directory
  190. # Linux trash folder which might appear on any partition or disk
  191. .Trash-*
  192. # .nfs files are created when an open file is removed but is still being accessed
  193. .nfs*
  194. ### Java template
  195. # Compiled class file
  196. *.class
  197. # Log file
  198. *.log
  199. # BlueJ files
  200. *.ctxt
  201. # Mobile Tools for Java (J2ME)
  202. .mtj.tmp/
  203. # Package Files #
  204. *.jar
  205. *.war
  206. *.nar
  207. *.ear
  208. *.zip
  209. *.tar.gz
  210. *.rar
  211. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  212. hs_err_pid*
  213. ### Gradle template
  214. .gradle
  215. /build/
  216. # Ignore Gradle GUI config
  217. gradle-app.setting
  218. # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
  219. !gradle-wrapper.jar
  220. # Cache of project
  221. .gradletasknamecache
  222. # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
  223. # gradle/wrapper/gradle-wrapper.properties