From b28099044c5e61b631c501df3f683cf1cf35ed5d Mon Sep 17 00:00:00 2001 From: Trevor Brindle Date: Fri, 1 Feb 2019 10:16:17 -0500 Subject: [PATCH 1/2] fix: add gitattributes for correct language detection in github --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f2032c0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +application/assets/**/* linguist-vendored From c0402a88302370acc04d267ecd842ce5402e2b85 Mon Sep 17 00:00:00 2001 From: Trevor Brindle Date: Thu, 14 Feb 2019 20:24:41 -0500 Subject: [PATCH 2/2] fix: add html to linguist-vendored --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index f2032c0..32c6017 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ application/assets/**/* linguist-vendored +application/*.html linguist-vendored