deno/.gitattributes
Bert Belder 6aa02f1fd9
.gitattributes: add symlink target types
This is a first step toward removing the fix_symlinks() hack from
tools/third_party.py.
2018-12-03 11:34:17 -08:00

9 lines
280 B
Plaintext

# 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