From de0c2095f7b5f885cc944b399cd59183868bf40b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sun, 22 Dec 2024 15:07:38 +0100 Subject: [PATCH 1/2] Improve GitHub stats --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index b7dc6b39e41..78137f71269 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -features/*.yml.dist linguist-language=YAML +features/*.yml linguist-detectable +features/*.yml.dist linguist-language=YAML linguist-generated From 125e093d7203036ec07e52862a07476e8f28c8f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Tue, 7 Jan 2025 13:53:04 +0100 Subject: [PATCH 2/2] Don't mark YAMLs as generated Co-authored-by: Daniel D. Beck --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 78137f71269..a7299ffb831 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ features/*.yml linguist-detectable -features/*.yml.dist linguist-language=YAML linguist-generated +features/*.yml.dist linguist-language=YAML