Skip to content

Commit 17e3cc5

Browse files
committed
fix: image encoding
1 parent 555b575 commit 17e3cc5

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

.gitattributes

+23-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1-
* text eol=lf
1+
*.js text eol=lf
2+
*.ts text eol=lf
3+
*.tsx text eol=lf
4+
5+
*.png binary
6+
*.jpg binary
7+
*.jpeg binary
8+
*.gif binary
9+
*.ico binary
10+
*.mov binary
11+
*.mp4 binary
12+
*.mp3 binary
13+
*.flv binary
14+
*.fla binary
15+
*.swf binary
16+
*.gz binary
17+
*.zip binary
18+
*.7z binary
19+
*.ttf binary
20+
*.eot binary
21+
*.woff binary
22+
*.pyc binary
23+
*.pdf binary

0 commit comments

Comments
 (0)