From 7dfe0ddca63a0654a50d347558c4a87e4f1421a6 Mon Sep 17 00:00:00 2001 From: JiPaix Date: Sun, 2 Aug 2020 16:56:31 +0200 Subject: [PATCH] linguist detection fixed --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 0b28d3f2..b65a97b7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,4 +2,5 @@ docs/** linguist-documentation=true examples/** linguist-documentation=true intellisense.js linguist-vendored=true build/index.js linguist-vendored=true -lib/** linguist-vendored=true \ No newline at end of file +lib/** linguist-vendored=true +bin/xdccjs.ts linguist-language=typescript \ No newline at end of file