Skip to content

Commit 30c2d19

Browse files
binary files should not be modified. Git was warning that it might try to convert the line-endings of these binary files. So we are expicitly telling github that these formats are binary formats and don't have crlf or lf line-endings (#453)
1 parent 0328809 commit 30c2d19

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitattributes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# Treat all text files without a CR (as we have Docker)
22
* text eol=lf
3+
4+
# Denote all files that are truly binary and should not be modified.
5+
*.png binary
6+
*.jpg binary
7+
*.jpeg binary
8+
*.gif binary
9+
*.ico binary
10+
*.gz binary
11+
*.zip binary
12+
*.ttf binary

0 commit comments

Comments
 (0)