From 96e79f8798a8cd6c9907db40e6caba75ab5a03a8 Mon Sep 17 00:00:00 2001 From: Jack Kearney Date: Thu, 9 Feb 2023 16:52:22 -0500 Subject: [PATCH] Update .gitattributes syntax for git LFS to work with arbitrary releases --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index d3192b6..e723396 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -release/1.0.0rc2/airgap.iso filter=lfs diff=lfs merge=lfs -text +release/*/*.iso filter=lfs diff=lfs merge=lfs -text