From 3ed3a0d962e849a2e6c3558bd0fc6af6e9d6768b Mon Sep 17 00:00:00 2001 From: Igor Zibarev Date: Fri, 5 Jan 2024 23:32:23 +0200 Subject: [PATCH] Fix .gitattributes to handle files recursively --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 519e0a40..61f5bd77 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,4 +4,4 @@ # # Ignore website dir when calculating language stats on GitHub. -website/* linguist-documentation +website/** linguist-documentation