Ori.livneh has submitted this change and it was merged. Change subject: Tell .gitattributes that .png and .ico files are binary ......................................................................
Tell .gitattributes that .png and .ico files are binary Change-Id: Ieedfc72a40b0c7d05dc804860854115b2c1fa697 --- M .gitattributes 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Ori.livneh: Verified Mattflaschen: Looks good to me, approved diff --git a/.gitattributes b/.gitattributes index fcadb2c..9b9e66c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ * text eol=lf +*.png binary +*.ico binary -- To view, visit https://gerrit.wikimedia.org/r/56261 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ieedfc72a40b0c7d05dc804860854115b2c1fa697 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/vagrant Gerrit-Branch: master Gerrit-Owner: Ori.livneh <[email protected]> Gerrit-Reviewer: Mattflaschen <[email protected]> Gerrit-Reviewer: Ori.livneh <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
