From 6adf94a8cdae83538e5642d364fb137fa4d96a22 Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Mon, 13 Dec 2021 04:05:17 -0800 Subject: [PATCH] chore: lang hint for GitHub --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index c976050ade..653dde78b5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,5 @@ # text files must be lf for golden file tests to work * text=auto eol=lf +# make project show as TS on GitHub +*.js linguist-detectable=false