deno/.gitattributes

10 lines
306 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
# Tell git which symlinks point to files, and which ones point to directories.
# This is revelevant for Windows only, and requires git >= 2.19.2 to work.
/* symlink=dir
/website/* symlink=dir
/tools/clang symlink=dir
/tools/memory symlink=dir