From c51d9b2bcb5d82f62cd35cea55c26b0c8f688b97 Mon Sep 17 00:00:00 2001 From: Guilherme Date: Sat, 28 Dec 2019 22:29:46 -0300 Subject: [PATCH] Update .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index dfe0770..836a75c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ # Auto detect text files and perform LF normalization * text=auto + +*.java linguist-vendored=true +*.js linguist-vendored=true