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