From 7cbc9747636269b9b369cf2f6b5a7352fabde347 Mon Sep 17 00:00:00 2001 From: sixsmith Date: Mon, 27 Jul 2026 06:05:14 +0000 Subject: [PATCH] chore: mark vendor directory as generated --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..877f04330c8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +vendor/** linguist-generated=true