like two-thirds of the requirements met; interface remaining

This commit is contained in:
steven@devbox 2025-08-02 08:47:27 +00:00
commit 28419157af
13 changed files with 643 additions and 2 deletions

View file

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