initial commit

This commit is contained in:
AXOLOTsh
2026-05-31 21:19:35 +03:00
commit 871e21e00c
10 changed files with 402 additions and 0 deletions

8
.gitattributes vendored Normal file
View File

@@ -0,0 +1,8 @@
# Linux start script should use lf
/gradlew text eol=lf
# Windows script files should use crlf
*.bat text eol=crlf
# Binary files should be left untouched
*.jar binary