From a4cf970b8c2b81376a2600227793e8aca4e10a83 Mon Sep 17 00:00:00 2001 From: Guilherme Date: Wed, 27 Nov 2019 18:44:38 -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