basic mod template

This commit is contained in:
Jottyfan
2026-07-03 23:43:41 +02:00
parent 86a845fbf6
commit 092bf02339
14 changed files with 571 additions and 37 deletions
+28 -37
View File
@@ -1,49 +1,40 @@
# ---> Gradle
.gradle
**/build/
!src/**/build/
# gradle
# Ignore Gradle GUI config
gradle-app.setting
.gradle/
build/
out/
classes/
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# eclipse
# Avoid ignore Gradle wrapper properties
!gradle-wrapper.properties
*.launch
# Cache of project
.gradletasknamecache
# idea
# Eclipse Gradle plugin generated files
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.idea/
*.iml
*.ipr
*.iws
# vscode
.settings/
.vscode/
bin/
.classpath
.project
# ---> Java
# Compiled class file
*.class
# macos
# Log file
*.log
*.DS_Store
# BlueJ files
*.ctxt
# fabric
# Mobile Tools for Java (J2ME)
.mtj.tmp/
run/
# 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*
replay_pid*
# java
hs_err_*.log
replay_*.log
*.hprof
*.jfr