We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9874f commit c2dc37aCopy full SHA for c2dc37a
1 file changed
.gitattributes
@@ -1,2 +1,8 @@
1
# Normalize line endings to CRLF on checkout
2
* text eol=crlf
3
+
4
+# Git kept corrupting binary files
5
+# by trying to convert them to CRLF
6
+*.iwi binary
7
+*.lib binary
8
+*.ttf binary
0 commit comments