Skip to content

Commit c32da87

Browse files
author
Pete "Peteches" McCabe
committed
Adding png attributes as binary files so git does not swap the crlf to lf.
1 parent 199cd96 commit c32da87

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)