From b7fc753aa0e6e5d60335bf9295d36678b8d182be Mon Sep 17 00:00:00 2001 From: Guilherme Date: Tue, 24 Sep 2019 18:31:10 -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