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

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git

commit 7c8daabd5f42108a3b7f3edcdb0086687d041563
Author: James Bognar <[email protected]>
AuthorDate: Sun Oct 12 16:56:35 2025 -0400

    Configure Git LFS for javadocs
---
 .gitattributes | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000000..0146db4978
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,7 @@
+juneau-docs/static/javadocs/**/*.html filter=lfs diff=lfs merge=lfs -text
+juneau-docs/static/javadocs/**/*.css filter=lfs diff=lfs merge=lfs -text
+juneau-docs/static/javadocs/**/*.js filter=lfs diff=lfs merge=lfs -text
+juneau-docs/static/javadocs/**/*.png filter=lfs diff=lfs merge=lfs -text
+juneau-docs/static/javadocs/**/*.gif filter=lfs diff=lfs merge=lfs -text
+juneau-docs/static/javadocs/**/*.jpg filter=lfs diff=lfs merge=lfs -text
+juneau-docs/static/javadocs/**/*.svg filter=lfs diff=lfs merge=lfs -text

Reply via email to