From 6dfe4298f24b500103e04d795b27756673b10089 Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Fri, 19 Nov 2021 13:06:39 +0000
Subject: [PATCH] .gitattributes: No LFS blobs anymore

LFS was only used for the blueprints documentation. Given that these
docs were drop from the main oniro repo, we can also drop the LFS
configuration.

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 .gitattributes | 2 --
 1 file changed, 2 deletions(-)
 delete mode 100644 .gitattributes

diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644
index 145c0a31..00000000
--- a/.gitattributes
+++ /dev/null
@@ -1,2 +0,0 @@
-docs/**/*.png filter=lfs diff=lfs merge=lfs -text
-docs/**/*.jpg filter=lfs diff=lfs merge=lfs -text
-- 
GitLab