From 462daa74c0d150e0c9a567a305c77cd4d8c42e74 Mon Sep 17 00:00:00 2001 From: Guilherme Date: Sat, 21 Sep 2019 21:55:52 -0300 Subject: [PATCH] Update .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index dfe0770..a9bdf01 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ # Auto detect text files and perform LF normalization * text=auto + +*.java linguist-vendored=true