2018-11-29 20:26:10 -08:00
|
|
|
# Use Unix line endings in all text files.
|
|
|
|
* text=auto eol=lf
|
2019-04-20 22:11:16 +03:00
|
|
|
*.png -text
|
2018-12-03 11:32:26 -08:00
|
|
|
|
2020-08-04 00:39:48 +03:00
|
|
|
/cli/tests/encoding/* -text
|
|
|
|
|
2018-12-03 11:32:26 -08:00
|
|
|
# Tell git which symlinks point to files, and which ones point to directories.
|
2019-07-25 19:44:32 +03: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 17:47:33 +08: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
|