summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 08ef3b672d32b163cf5cf739845ea0a204fea85d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Use Unix line endings in all text files.
* text=auto eol=lf
*.png -text

/cli/tests/testdata/encoding/* -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.
/cli/tests/testdata/symlink_to_subdir symlink=dir

# Tell github these are vendored files.
# Doesn't include them in the language statistics.
/cli/tsc/00_typescript.js linguist-vendored
/cli/dts/* linguist-vendored