From 3d372764148a64b735fa3530088d5ca813ae8f10 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Sun, 1 Sep 2024 05:43:25 +0300 Subject: [PATCH] Spacewar: Set up LFS Change-Id: I8e216fe7b5f613ca3174271c063ba04497a75d24 --- .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"