From ea85312b642fdb421aca12e0102bcf536ca98bcc Mon Sep 17 00:00:00 2001 From: Gert Vilain <7761779+GertVil@users.noreply.github.com> Date: Mon, 4 May 2020 15:46:40 +0200 Subject: [PATCH] Add jks extension as a binary --- Java.gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/Java.gitattributes b/Java.gitattributes index 3c8ecfa..b7ffe0c 100644 --- a/Java.gitattributes +++ b/Java.gitattributes @@ -26,3 +26,4 @@ *.jar binary *.so binary *.war binary +*.jks binary