From 9ad3c775a7f9789857c5b025c968ced611d0503c Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Mon, 20 May 2024 08:58:59 +0200 Subject: [PATCH] lisa: Set up LFS Change-Id: I67b3a30b3b48836647275a809926915eb71510fe --- .gitattributes | 1 + .lfsconfig | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .gitattributes create mode 100644 .lfsconfig diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..582b9ed --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +radio/* filter=lfs diff=lfs merge=lfs -text diff --git a/.lfsconfig b/.lfsconfig new file mode 100644 index 0000000..3ecbac4 --- /dev/null +++ b/.lfsconfig @@ -0,0 +1,3 @@ +[lfs] + url = "https://lfs.undocumented.software/lfs/blobs.git/info/lfs" + pushurl = "ssh://git@lfs.undocumented.software/lfs/blobs.git"