From 469faf3ed547ae236856c13c23a4715b453ba6eb Mon Sep 17 00:00:00 2001 From: Daniel <50356015+danny007in@users.noreply.github.com> Date: Sun, 3 Jan 2021 20:31:07 +0530 Subject: [PATCH] Update .gitattributes (#3270) --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 205021e49..55674a8db 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,6 @@ # Enforce Unix newlines * text=auto eol=lf + +# Ignores for analysis is used to produce the language stats bar which displays the languages percentages +plugins/* linguist-vendored=true +docs/* linguist-vendored=true \ No newline at end of file