Skip to content

Commit 22160e0

Browse files
committed
added full list of binary files that occur in repo
1 parent f38305d commit 22160e0

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.gitattributes

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,19 @@
66
data/examples/**/*.js eol=lf
77

88
# Denote all files that are truly binary and should not be modified.
9-
*.png binary
9+
*.ai binary
10+
*.gif binary
11+
*.ico binary
1012
*.jpg binary
11-
*.jpeg binary
1213
*.mov binary
1314
*.mp3 binary
1415
*.mp4 binary
15-
*.gif binary
16+
*.ogg binary
17+
*.ogv binary
18+
*.otf binary
19+
*.pdf binary
20+
*.png binary
21+
*.ttf binary
22+
*.wav binary
1623
*.webm binary
24+
*.zip binary

0 commit comments

Comments
 (0)