From b7c0b1c8d4329d0e8071b14f9bac6c2cf9ca44e5 Mon Sep 17 00:00:00 2001 From: Aaron Po Date: Tue, 12 May 2026 00:46:47 -0400 Subject: [PATCH] Fix mistake in .gitattributes archive/* is incorrect as it will ignore sub-dirs --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index a0e31e7..ceaf079 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -archive/* linguist-vendored +archive/** linguist-vendored