This is an automated email from the ASF dual-hosted git repository. rec pushed a commit to branch NO-JIRA-Add-readme in repository https://gitbox.apache.org/repos/asf/uima-uimacpp.git
commit a56ced4fc50a8578d4d4ccd490608b00c7ac8f91 Author: Richard Eckart de Castilho <[email protected]> AuthorDate: Thu Apr 28 14:44:28 2022 +0200 [NO-JIRA] Tell git to treat PNGs as binaries --- .gitattributes | 1 + docs/images/deploycppservice.png | Bin 17476 -> 0 bytes docs/images/framework-core.png | Bin 17830 -> 0 bytes docs/images/uimacppnative.png | Bin 11492 -> 0 bytes docs/images/uimacppthrujni.png | Bin 17643 -> 0 bytes 5 files changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 3c3644c..57ec520 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,3 +7,4 @@ *.bat text eol=crlf *.sln text eol=crlf *.asc binary +*.png binary diff --git a/docs/images/deploycppservice.png b/docs/images/deploycppservice.png deleted file mode 100644 index 692eff9..0000000 Binary files a/docs/images/deploycppservice.png and /dev/null differ diff --git a/docs/images/framework-core.png b/docs/images/framework-core.png deleted file mode 100644 index 4af93f5..0000000 Binary files a/docs/images/framework-core.png and /dev/null differ diff --git a/docs/images/uimacppnative.png b/docs/images/uimacppnative.png deleted file mode 100644 index 885cef5..0000000 Binary files a/docs/images/uimacppnative.png and /dev/null differ diff --git a/docs/images/uimacppthrujni.png b/docs/images/uimacppthrujni.png deleted file mode 100644 index 7ce011c..0000000 Binary files a/docs/images/uimacppthrujni.png and /dev/null differ
