mirror of
https://github.com/git-for-windows/git.git
synced 2026-05-31 12:28:51 -05:00
gitattributes: mark .png files as binary
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -6,6 +6,7 @@
|
|||||||
*.pm text eol=lf diff=perl
|
*.pm text eol=lf diff=perl
|
||||||
*.py text eol=lf diff=python
|
*.py text eol=lf diff=python
|
||||||
*.bat text eol=crlf
|
*.bat text eol=crlf
|
||||||
|
*.png binary
|
||||||
CODE_OF_CONDUCT.md -whitespace
|
CODE_OF_CONDUCT.md -whitespace
|
||||||
/Documentation/**/*.txt text eol=lf
|
/Documentation/**/*.txt text eol=lf
|
||||||
/command-list.txt text eol=lf
|
/command-list.txt text eol=lf
|
||||||
|
|||||||
Reference in New Issue
Block a user