From 87dacb8c91a19209d1d02a5b0ad75a234f7400b1 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 17 Mar 2015 11:57:40 -0700 Subject: [PATCH] Add .gitattributes to override GitHub Linguist language classification for the repo --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..74f5f4a6409 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.js linguist-language=TypeScript \ No newline at end of file