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

emkornfield pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git


The following commit(s) were added to refs/heads/master by this push:
     new fd1514196 PARQUET-2494: Mark png files as binary in gitattributes 
(#1372)
fd1514196 is described below

commit fd15141966babc765fc62f1ccd4fb633be642b81
Author: emkornfield <[email protected]>
AuthorDate: Tue Jun 11 20:46:56 2024 -0700

    PARQUET-2494: Mark png files as binary in gitattributes (#1372)
---
 .gitattributes | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitattributes b/.gitattributes
index a5d04a3a4..a533bb4c5 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -17,4 +17,5 @@
 # under the License.
 #
 * text eol=lf
+*.png binary
 core.autocrlf=false

Reply via email to