Skip to content

Commit 2c2d577

Browse files
author
Pete "Peteches" McCabe
committed
Added attribute to treat png's as binary files.
1 parent aba1d6f commit 2c2d577

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Force text files to have unix eols, so Windows/Cygwin does not break them
22
*.* eol=lf
3+
4+
# Except for images because then on checkout the files have been altered.
5+
*.png binary

0 commit comments

Comments
 (0)