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

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 708b9a4f83 Mark .wasm files as binary in .gitattributes
708b9a4f83 is described below

commit 708b9a4f8353d4cdb7a498129114379493ee57f5
Author: James Netherton <[email protected]>
AuthorDate: Fri Oct 4 09:54:56 2024 +0100

    Mark .wasm files as binary in .gitattributes
---
 .gitattributes | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitattributes b/.gitattributes
index d9cc79b3b1..f110c2ce95 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -4,4 +4,5 @@
 *.jks binary
 *.png binary
 *.ttf binary
+*.wasm binary
 *.zip binary

Reply via email to