This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch 3.15.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/3.15.x by this push:
new 06869b3214 Mark .wasm files as binary in .gitattributes
06869b3214 is described below
commit 06869b32142b15f4e58beb56ecc316de3d26edee
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