Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Commit 516b0a5

Browse files
committed
fix(gitattributes): use binary format for media
1 parent 989bbac commit 516b0a5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitattributes

+7-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
* text eol=lf
1+
* text=auto eol=lf
2+
3+
*.png binary eol=unset
4+
*.jpg binary eol=unset
5+
*.jpeg binary eol=unset
6+
*.pdf binary eol=unset
7+
*.mp4 binary eol=unset

0 commit comments

Comments
 (0)