This is an automated email from the ASF dual-hosted git repository. janardhan pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/systemds-website.git
commit 4d7b809fc0b0041f8dc7369b348c31d1ca60bb69 Author: Janardhan Pulivarthi <[email protected]> AuthorDate: Fri Mar 8 04:16:52 2024 +0000 track zip and 7z files as lfs --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..76c95526 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.zip filter=lfs diff=lfs merge=lfs -text +*.7z filter=lfs diff=lfs merge=lfs -text
