Browse Source

Improve gitattributes for images

Vasily 5 years ago
parent
commit
531642fc53
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .gitattributes

+ 2 - 0
.gitattributes

@@ -1,3 +1,5 @@
 * text=auto eol=lf
 * text=auto eol=lf
+*.png binary
+*.jpg binary
 
 
 CONTRIBUTORS.md merge=union
 CONTRIBUTORS.md merge=union