main commit

This commit is contained in:
2026-05-09 17:46:46 +02:00
commit 6cf992d9d1
11 changed files with 460 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#
# https://help.github.com/articles/dealing-with-line-endings/
#
# Linux start script should use lf
/gradlew text eol=lf
# These are Windows script files and should use crlf
*.bat text eol=crlf
# Binary files should be left untouched
*.jar binary