From b2245292ada973d37c76eda05a13870118d4fbd4 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Wed, 17 Nov 2021 12:12:44 +0000 Subject: [PATCH] .gitattributes: Fix LFS paths in docs There was a typo in blobs paths in docs. These paths needs to match blobs recursively in the docs directory. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index f91b178c..145c0a31 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -docs/*.png filter=lfs diff=lfs merge=lfs -text -docs/*.jpg filter=lfs diff=lfs merge=lfs -text +docs/**/*.png filter=lfs diff=lfs merge=lfs -text +docs/**/*.jpg filter=lfs diff=lfs merge=lfs -text -- GitLab