From 3ce816f91a5a7536ce2034af469d68cd9ed7dd7f Mon Sep 17 00:00:00 2001 From: Matthew Strapp Date: Tue, 29 Oct 2024 08:50:02 -0500 Subject: feat: Add Java/JVM (#24) Signed-off-by: Matt Strapp --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b1f0585 --- /dev/null +++ b/.gitattributes @@ -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 filter=lfs diff=lfs merge=lfs binary + -- cgit v1.2.3