blob: 0d2554a1f70446c67af0ec1dde61a02843edbc9d (
plain)
1
2
3
4
5
6
7
8
9
|
# 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
|