From 836ce3a9a6e050cae50593de65f17772af01b65d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Fri, 24 Jul 2020 17:47:33 +0800 Subject: [PATCH] chore: mark typescript.js and type definitions as vendored (#6863) --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index 5abb417768..b70bc09403 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,3 +6,8 @@ # This is relevant for Windows only, and requires git >= 2.19.2 to work. /core/libdeno/* symlink=dir /cli/tests/symlink_to_subdir symlink=dir + +# Tell github these are vendored files. +# Doesn't include them in the language statistics. +/cli/tsc/00_typescript.js linguist-vendored +/cli/dts/* linguist-vendored