You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2022/07/29 11:30:23 UTC

[shardingsphere] branch master updated: Update .gitattributes to avoid abnormal picture display (#19697)

This is an automated email from the ASF dual-hosted git repository.

panjuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new e7a6a814ae2 Update .gitattributes to avoid abnormal picture display (#19697)
e7a6a814ae2 is described below

commit e7a6a814ae2d3135940cf49831c2954d93993810
Author: Zhengqiang Duan <du...@apache.org>
AuthorDate: Fri Jul 29 19:30:10 2022 +0800

    Update .gitattributes to avoid abnormal picture display (#19697)
---
 .gitattributes                                     |   3 +++
 .../static/img/db-compatibility/principle1.png     | Bin 160246 -> 149706 bytes
 2 files changed, 3 insertions(+)

diff --git a/.gitattributes b/.gitattributes
index 29ebddbb2c5..38a8fad0116 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -18,3 +18,6 @@
 #
 
 * text eol=lf
+*.jpg -text
+*.jpeg -text
+*.png -text
diff --git a/docs/document/static/img/db-compatibility/principle1.png b/docs/document/static/img/db-compatibility/principle1.png
index ad6638a40b6..6629c70834a 100644
Binary files a/docs/document/static/img/db-compatibility/principle1.png and b/docs/document/static/img/db-compatibility/principle1.png differ