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 <duanzhengqi...@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