shithub: cstory

Download patch

ref: 35e4c6e766880e0a393f95a91a461d14c9de6790
parent: 406087bebb116f4043737beb439190a2fe1c5e72
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Jan 9 01:32:10 EST 2020

Mark TSC files as binary, not text

--- a/.gitattributes
+++ b/.gitattributes
@@ -7,4 +7,7 @@
 
 # Do not change external files
 external/**	-text
-DoConfig/fltk/**	-text
\ No newline at end of file
+DoConfig/fltk/**	-text
+
+# TSC files are not text, but 'git diff' likes to think they are
+*.tsc	binary