From c84ede5a1b0566c6a6fe2dc6c0594c02cac21815 Mon Sep 17 00:00:00 2001 From: Aylur Date: Thu, 7 Nov 2024 02:46:29 +0000 Subject: [PATCH] update gitattributes mark examples as vendored for linguist --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index df235351..cd3dbf93 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,4 @@ *.js linguist-language=TypeScript *.vue linguist-vendored *.h linguist-vendored +examples/** linguist-vendored