From e889b58aec8a1f668ddbdbfa43ef0851e6056398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Helle=C5=9Ben?= Date: Tue, 24 Mar 2026 03:56:18 +0100 Subject: [PATCH] Add .gitattributes to exclude test data files from language statistics --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a0011ee --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Exclude test data files from language statistics +**/tests/*.xml linguist-vendored=true +**/tests/*.json linguist-vendored=true