From f7b2ebeb5e5aaecbd3934ab1f1493fe9f7acd621 Mon Sep 17 00:00:00 2001 From: Sergeant Acoustic Date: Tue, 9 Sep 2025 05:21:40 +0100 Subject: [PATCH] Enable language statistics for json+configs --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..707f986 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Detect json + config files +*.json linguist-detectable +*.json5 linguist-detectable +*.mcmeta linguist-detectable +*.toml linguist-detectable