deno/.gitattributes

9 lines
296 B
Plaintext
Raw Normal View History

2018-11-30 04:26:10 +00:00
# Use Unix line endings in all text files.
* text=auto eol=lf
*.png -text
# Tell git which symlinks point to files, and which ones point to directories.
2019-07-25 16:44:32 +00:00
# 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