chore: mark typescript.js and type definitions as vendored (#6863)

This commit is contained in:
迷渡 2020-07-24 17:47:33 +08:00 committed by GitHub
parent a8f74aa381
commit 836ce3a9a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
.gitattributes vendored
View File

@ -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