Mark TSC files as binary, not text

This commit is contained in:
Clownacy 2020-01-09 06:32:10 +00:00
parent 406087bebb
commit 35e4c6e766

5
.gitattributes vendored
View file

@ -7,4 +7,7 @@
# Do not change external files # Do not change external files
external/** -text external/** -text
DoConfig/fltk/** -text DoConfig/fltk/** -text
# TSC files are not text, but 'git diff' likes to think they are
*.tsc binary