Initial commit

This commit is contained in:
Adam Macdonald
2023-03-18 22:29:58 +00:00
commit 8ecde6254f
14 changed files with 564 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