From ac175d091f38cb9ec573de2e8e8dd009bc8c4fd8 Mon Sep 17 00:00:00 2001 From: austinried <4966622+austinried@users.noreply.github.com> Date: Thu, 26 Aug 2021 12:54:12 +0900 Subject: [PATCH] ignore html for languages --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 45a3dcb..6962709 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,6 @@ # Windows files should use crlf line endings # https://help.github.com/articles/dealing-with-line-endings/ *.bat text eol=crlf + +# ignore these paths for GitHub language percentages +android/app/src/main/assets/licenses/* linguist-vendored=true