diff options
author | Matthew Strapp <matt@mattstrapp.net> | 2024-10-29 08:50:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-29 08:50:02 -0500 |
commit | 3ce816f91a5a7536ce2034af469d68cd9ed7dd7f (patch) | |
tree | 497677594487587932aa9b881a3992d107d5f4e4 /.gitattributes | |
parent | Bump the nodejs-dependencies group with 5 updates (diff) | |
download | locusts-3ce816f91a5a7536ce2034af469d68cd9ed7dd7f.tar locusts-3ce816f91a5a7536ce2034af469d68cd9ed7dd7f.tar.gz locusts-3ce816f91a5a7536ce2034af469d68cd9ed7dd7f.tar.bz2 locusts-3ce816f91a5a7536ce2034af469d68cd9ed7dd7f.tar.lz locusts-3ce816f91a5a7536ce2034af469d68cd9ed7dd7f.tar.xz locusts-3ce816f91a5a7536ce2034af469d68cd9ed7dd7f.tar.zst locusts-3ce816f91a5a7536ce2034af469d68cd9ed7dd7f.zip |
feat: Add Java/JVM (#24)
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 12 |
1 files changed, 12 insertions, 0 deletions
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 + |