mirror of
https://github.com/tmux-plugins/tmux-resurrect.git
synced 2025-09-03 22:17:01 +00:00
Merge pull request #113 from peteches/master
Adding png attributes as binary files so git does not swap the crlf t…
This commit is contained in:
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -1,2 +1,5 @@
|
|||||||
# Force text files to have unix eols, so Windows/Cygwin does not break them
|
# Force text files to have unix eols, so Windows/Cygwin does not break them
|
||||||
*.* eol=lf
|
*.* eol=lf
|
||||||
|
|
||||||
|
# Except for images because then on checkout the files have been altered.
|
||||||
|
*.png binary
|
||||||
|
Reference in New Issue
Block a user