Skip to content

Commit a010db6

Browse files
committed
Scaffold: Mark *.png and *.jpg as binary files to git
1 parent 55eb23a commit a010db6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitattributes

+4
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
* text eol=lf
2+
3+
# Denote all files that are truly binary and should not be modified.
4+
*.png binary
5+
*.jpg binary

0 commit comments

Comments
 (0)