From f886a49dc2d2be22ac3ef9207e9074b5510d6364 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Sat, 25 Jan 2025 12:40:00 +0100 Subject: [PATCH] .gitattributes: Try to mark markdown files detectable Signed-off-by: Gergely Nagy --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 70dbde5..dcbcced 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,3 +8,6 @@ /Cargo.lock linguist-generated /flake.lock linguist-generated + +# Files to consider for stats (on top of defaults) +*.md linguist-detectable