From 10bafa8ef3cdcd6b604856659842275cbdc7df62 Mon Sep 17 00:00:00 2001 From: Brian Demers Date: Thu, 30 May 2019 16:19:06 -0400 Subject: [PATCH] Force GitHub to report language correctly --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c5c8cdd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +**/*.html linguist-documentation +**/*.css linguist-documentation +**/*.js linguist-documentation