Add .gitattributes to exclude test data files from language statistics

This commit is contained in:
Joakim Hellsén 2026-03-24 03:56:18 +01:00
commit e889b58aec
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk

3
.gitattributes vendored Normal file
View file

@ -0,0 +1,3 @@
# Exclude test data files from language statistics
**/tests/*.xml linguist-vendored=true
**/tests/*.json linguist-vendored=true