Skip to content

Commit 9755453

Browse files
authored
Add -diff for binary file.
https://git-scm.com/docs/gitattributes#_marking_files_as_binary > Git usually guesses correctly whether a blob contains text or binary data by examining the beginning of the contents. However, sometimes you may want to override its decision, either because a blob contains binary data later in the file, or because the content, while technically composed of text characters, is opaque to a human reader.
1 parent b10bbf0 commit 9755453

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
.gitignore export-ignore
77
.travis.yml export-ignore
88
phpunit.xml export-ignore
9+
10+
/bin/ngrok -diff

0 commit comments

Comments
 (0)