Skip to content

Commit de79a78

Browse files
committed
update .gitattributes with more binary files extensions
1 parent 134f9e9 commit de79a78

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.gitattributes

+8-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,14 @@
66
*.c text
77
*.h text
88

9+
# Denote all files that are truly binary and should not be modified.
10+
*.gif binary
11+
*.ico binary
12+
*.jpg binary
13+
*.png binary
14+
915
# Declare files that will always have CRLF line endings on checkout.
1016
*.sln text eol=crlf
1117

12-
# Denote all files that are truly binary and should not be modified.
13-
*.png binary
14-
*.jpg binary
18+
# DOCS Specific Settings
19+
# .openpublishing.redirection.json merge=union

0 commit comments

Comments
 (0)