deno/.gitattributes
Bert Belder a130e8858b
Clean up miscellaneous metafiles (#2981)
The yarn.lock file is moved from //third_party to the root of
the main repository. This is where other package metadata
files (e.g. Cargo.lock and package.json) are also located.
2019-09-19 03:32:48 +02:00

10 lines
304 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 relevant for Windows only, and requires git >= 2.19.2 to work.
/core/libdeno/* symlink=dir
/node_modules symlink=dir
/website/* symlink=dir