From 0020a2eb5b666c87fb9655ee1fb3be9cc3ed14a1 Mon Sep 17 00:00:00 2001 From: Pasam Soujanya Date: Thu, 2 Jan 2025 20:34:05 +0530 Subject: [PATCH] Add .gitattributes file to tag jar/war files in binary (#5833) Signed-off-by: Pasam Soujanya --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..3718cdefb0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Binary files +*.jar binary +*.war binary \ No newline at end of file