mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
chore: mark typescript.js and type definitions as vendored (#6863)
This commit is contained in:
parent
a8f74aa381
commit
836ce3a9a6
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 New Issue
Block a user