2018-11-29 23:26:10 -05:00
|
|
|
# Use Unix line endings in all text files.
|
|
|
|
* text=auto eol=lf
|
2019-04-20 15:11:16 -04:00
|
|
|
*.png -text
|
2018-12-03 14:32:26 -05:00
|
|
|
|
2020-08-03 17:39:48 -04:00
|
|
|
/cli/tests/encoding/* -text
|
|
|
|
|
2018-12-03 14:32:26 -05:00
|
|
|
# Tell git which symlinks point to files, and which ones point to directories.
|
2019-07-25 12:44:32 -04:00
|
|
|
# This is relevant for Windows only, and requires git >= 2.19.2 to work.
|
2019-10-31 22:33:27 -04:00
|
|
|
/cli/tests/symlink_to_subdir symlink=dir
|
2020-07-24 05:47:33 -04:00
|
|
|
|
|
|
|
# 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
|