Homestead Relay v1.0.8

This commit is contained in:
2025-11-28 15:16:43 +01:00
parent e2aeaa89d3
commit cf2c046761
41 changed files with 2715 additions and 36 deletions

60
.gitignore vendored
View File

@@ -1,49 +1,37 @@
# ---> Java
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
out/
bin/
run/
build/
.idea/
.gradle/
.vscode/
.mtj.tmp/
.settings/
# Package Files #
*.iml
*.ipr
*.iws
*.jfr
*.log
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
*.ctxt
*.hprof
*.class
*.launch
.project
*.tar.gz
.classpath
*.DS_Store
hs_err_pid*
replay_pid*
# ---> Gradle
.gradle
**/build/
!src/**/build/
# Ignore Gradle GUI config
hs_err_*.log
replay_*.log
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Avoid ignore Gradle wrappper properties
!gradle-wrapper.properties
# Cache of project
.gradletasknamecache
# Eclipse Gradle plugin generated files
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath
!gradle-wrapper.properties