From 237e09dd2f3a57fecf987d09e917ab79519248b3 Mon Sep 17 00:00:00 2001 From: Jon Surrell Date: Fri, 28 Jun 2024 14:26:40 +0200 Subject: [PATCH] Add linguist-documentation attribute to docs/ dir (#62651) --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index e5b525ddd3624f..6c72e80a402976 100644 --- a/.gitattributes +++ b/.gitattributes @@ -17,3 +17,6 @@ packages/edit-site/lib/** linguist-vendored # The changelog.txt file is authored as markdown. changelog.txt linguist-language=Markdown + +# Flag docs directory as documentation for GitHub stats. +docs/** linguist-documentation