From b7f97c27bcd8b8e42ac6601cae095762b9cba0aa Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Fri, 9 Oct 2020 11:20:34 -0600 Subject: [PATCH] Update .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index f931942..3f5bb3b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ *.css linguist-detectable=false *.scss linguist-detectable=false *.js linguist-detectable=true +*.ts linguist-detectable=true