diff options
author | 迷渡 <justjavac@gmail.com> | 2020-07-24 17:47:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-24 11:47:33 +0200 |
commit | 836ce3a9a6e050cae50593de65f17772af01b65d (patch) | |
tree | 1f38ec713fc1354f40948e91a1851b11a6ad2b17 /.gitattributes | |
parent | a8f74aa381c99e9c3c3d8fdfde02919966a3a824 (diff) |
chore: mark typescript.js and type definitions as vendored (#6863)
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 5abb41776..b70bc0940 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 |