mirror of
https://github.com/denoland/deno
synced 2024-11-05 18:45:24 +00:00
14 lines
462 B
Text
14 lines
462 B
Text
# Use Unix line endings in all text files.
|
|
* text=auto eol=lf
|
|
*.png -text
|
|
|
|
/cli/tests/encoding/* -text
|
|
|
|
# Tell git which symlinks point to files, and which ones point to directories.
|
|
# This is relevant for Windows only, and requires git >= 2.19.2 to work.
|
|
/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
|