This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 659a4fa5066f6edcdc2b6b5797ec99aa9e9dfaa7 Author: Goooler <[email protected]> AuthorDate: Sun Aug 14 01:15:45 2022 +0800 Add .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..27fc7c2960 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto eol=lf + +*.bat text eol=crlf +*.jar binary \ No newline at end of file
