feat: my awesome commit

This commit is contained in:
trafficlunar 2026-06-30 15:01:24 +01:00
commit 28a4e1d5c4
7 changed files with 314 additions and 0 deletions

11
.gitattributes vendored Normal file
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