From 1dcb1ff5890b3997642b295fee6934204b4f79ac Mon Sep 17 00:00:00 2001 From: Martin Leduc <31558169+DecimalTurn@users.noreply.github.com> Date: Fri, 25 Aug 2023 19:11:36 -0400 Subject: [PATCH] Make Git Attribute appear in the language breakdown statistics --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index fa3b2e6..65820ca 100644 --- a/.gitattributes +++ b/.gitattributes @@ -22,3 +22,5 @@ # Enable syntax highlighting for files with `.gitattributes` extensions. # *.gitattributes linguist-language=gitattributes +*.gitattributes linguist-detectable=true +*.gitattributes linguist-documentation=false