Skip to content

Commit f38305d

Browse files
committed
specifying binary files whose line endings should go unchanged
1 parent a25a5d6 commit f38305d

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
@@ -4,3 +4,13 @@
44
# prevents git from converting LF to CRLF, which causes issues
55
# when assembling example pages on Windows
66
data/examples/**/*.js eol=lf
7+
8+
# Denote all files that are truly binary and should not be modified.
9+
*.png binary
10+
*.jpg binary
11+
*.jpeg binary
12+
*.mov binary
13+
*.mp3 binary
14+
*.mp4 binary
15+
*.gif binary
16+
*.webm binary

0 commit comments

Comments
 (0)