From 07740d919eca23d8a7bdb9fd4ebe89afafb96174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Fri, 24 Jul 2020 10:46:29 +0800 Subject: [PATCH] Update .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index b59136560f02e..4a7e477d47e8d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,4 +7,6 @@ /core/libdeno/* symlink=dir /cli/tests/symlink_to_subdir symlink=dir +# Tell github that typescrtipt.js is a vendored file. +# Doesn't include it in the language statistics. /cli/tsc/00_typescript.js linguist-vendored