# Registry files /minecraft_data/ /.minestom_tmp/ /chunks/ # Created by .ignore support plugin (hsz.mobi) ### Java template # Compiled class file *.class # Log file *.log # BlueJ files *.ctxt # Mobile Tools for Java (J2ME) .mtj.tmp/ # Package Files # *.jar *.war *.nar *.ear *.zip *.tar.gz *.rar # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* ### Gradle template **/.gradle **/build/ # Ignore Gradle GUI config gradle-app.setting # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) !gradle-wrapper.jar # Cache of project .gradletasknamecache # IDEA files .idea/ **/out/ # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898 # gradle/wrapper/gradle-wrapper.properties /src/main/java/com/mcecraft/ # When running the demo we generate the extensions folder # Incase people are using IntelliJ to run the server, this will exclude extensions from any folder. /demo/extensions /extensions # When saving the world in the demo we generate the world folder # Incase people are using IntelliJ to run the server, this will exclude the world folder. /demo/world