mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore: mark typescript.js and type definitions as vendored (#6863)
This commit is contained in:
parent
a8f74aa381
commit
836ce3a9a6
1 changed files with 5 additions and 0 deletions
5
.gitattributes
vendored
5
.gitattributes
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue