diff options
-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 |