0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/.gitattributes

18 lines
601 B
Text
Raw Normal View History

2018-11-29 23:26:10 -05:00
# Use Unix line endings in all text files.
* text=auto eol=lf
*.png -text
/cli/tests/testdata/encoding/* -text
# Tell git which symlinks point to files, and which ones point to directories.
2019-07-25 12:44:32 -04:00
# This is relevant for Windows only, and requires git >= 2.19.2 to work.
/cli/tests/testdata/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
# Keep Windows line endings in cross-platform doc check test file
/cli/tests/testdata/test/markdown_windows.md eol=crlf