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

Commit fa2d05d

Browse files
authored
Update .gitattributes to avoid bin CRLF conversion
1 parent 0659b25 commit fa2d05d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitattributes

+6
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
# Force provisioning script to use LF, even on Windows
22
* text eol=lf
3+
4+
# Avoid binary files to be corrupted by CRLF conversion
5+
*.png binary
6+
*.gif binary
7+
*.jpg binary
8+
*.jpeg binary

0 commit comments

Comments
 (0)