From 5d5a1b5b4cf7b8241f00dde10a340beb84f495f8 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Thu, 21 May 2026 14:54:01 +0100 Subject: [PATCH] gitattributes: Track Backstitch launcher binaries in LFS Although we don't (currently!) have these launchers upstream, it is useful to avoid accidentally pushing them to regular Git when working in hybrid git/backstitch projects. --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 4d60a77729..91094b2bce 100644 --- a/.gitattributes +++ b/.gitattributes @@ -13,3 +13,7 @@ *.zip filter=lfs diff=lfs merge=lfs -text *.ogv filter=lfs diff=lfs merge=lfs -text *.mp3 filter=lfs diff=lfs merge=lfs -text + +backstitch-launcher-linux filter=lfs diff=lfs merge=lfs -text +backstitch-launcher-windows.exe filter=lfs diff=lfs merge=lfs -text +backstitch-launcher-macos.app/Contents/MacOS/backstitch-launcher filter=lfs diff=lfs merge=lfs -text