From bb9754a0734b61cca03b1b4d2066aa8622dd5e8f Mon Sep 17 00:00:00 2001 From: James Taylor Date: Wed, 20 May 2026 18:26:54 +0100 Subject: [PATCH] Add .gitattributes *.proto files are not included in the stats by github-linguist because the default type is data. Include *.proto files in the stats by adding the linguist-detectable override. Signed-off-by: James Taylor --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7d4ab7e --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.proto linguist-detectable