From 14c26ea211a7795f185facb0a74b819f79d37544 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Fri, 10 Dec 2021 16:50:19 +0800 Subject: [PATCH] config: use git lfs Signed-off-by: Zhao Hang --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ff9e364 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.rpm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text -- Gitee