Skip to content

Commit c68b74b

Browse files
committed
added binary attirbutes for binary files
1 parent e2339a6 commit c68b74b

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

.gitattributes

+21-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11
# Auto detect text files and perform LF normalization
22
* text eol=lf
33
*.py eol=lf
4-
*.ipynb eol=lf
4+
*.ipynb eol=lf
5+
6+
*.png binary
7+
*.jpg binary
8+
*.jpeg binary
9+
*.gif binary
10+
*.ico binary
11+
*.mov binary
12+
*.mp4 binary
13+
*.mp3 binary
14+
*.flv binary
15+
*.fla binary
16+
*.swf binary
17+
*.gz binary
18+
*.zip binary
19+
*.7z binary
20+
*.ttf binary
21+
*.eot binary
22+
*.woff binary
23+
*.pyc binary
24+
*.pdf binary

0 commit comments

Comments
 (0)