From 76c15569db1ba96ac1a5993f0dba91ff5059ef23 Mon Sep 17 00:00:00 2001 From: John Factotum <50942278+johnfactotum@users.noreply.github.com> Date: Sat, 12 Oct 2024 07:55:17 +0800 Subject: [PATCH] Fix linguist-vendored attribute --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 432ee0a..50f960c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -vendor/* linguist-vendored=true +vendor/** linguist-vendored=true