Fix images and add all images as binary to gitattributes

This will prevent git's auto-CRLF change images
This commit is contained in:
Mohsen Azimi
2015-03-29 12:39:49 -07:00
parent b6bf8c2b47
commit 519f7e26b0
7 changed files with 2 additions and 1 deletions

3
.gitattributes vendored
View File

@@ -1,3 +1,4 @@
* text eol=lf
dist/**/* binary
dist/**/* binary
src/main/html/images/ binary