Initial commit

This commit is contained in:
1fexd 2024-04-14 13:02:21 +00:00 committed by GitHub
commit a59abdd31b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 8655 additions and 0 deletions

9
.gitattributes vendored Normal file
View file

@ -0,0 +1,9 @@
#
# 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