From f07b7fdd521b5d417b61d9eb8652c56f69063a52 Mon Sep 17 00:00:00 2001 From: Jon Surrell Date: Tue, 18 Jun 2024 13:37:29 +0200 Subject: [PATCH] Mark directory as vendored --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index aaaedda10d2dc0..3ea1829f54c502 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,3 +11,6 @@ *.jpg binary *.png binary *.ttf binary + +# Directories with vendored code. +packages/edit-site/lib/** linguist-vendored