From 9e9b92a951704512b34d61ad63e10c6c1bbb3cd7 Mon Sep 17 00:00:00 2001 From: Pasam Soujanya Date: Mon, 23 Dec 2024 11:10:40 +0530 Subject: [PATCH] Add .gitattributes file to tag jar/war files in binary 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