deno/.gitattributes
Maxim Mazurok 8dc8f22760 Exclude .png files from git auto-EOL (#2161)
Fix #1995 for users with the old git version
2019-04-20 15:11:16 -04:00

11 lines
318 B
Plaintext

# 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.
# 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