This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch 2.13.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 5056b266292f4ea040d6e1a7cc64f8662d618450 Author: aldettinger <[email protected]> AuthorDate: Fri Oct 28 09:47:20 2022 +0200 fix CRLF related warnings for *.png files --- .gitattributes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index f7163f60ef..d9cc79b3b1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,7 @@ * text=auto eol=lf *.cmd text eol=crlf - +*.jar binary +*.jks binary +*.png binary +*.ttf binary +*.zip binary
