From cac4f4c48972e908b1ba745301a6c2dab15cb224 Mon Sep 17 00:00:00 2001 From: Sergeant Acoustic Date: Tue, 9 Sep 2025 04:51:38 +0100 Subject: [PATCH] Enable json file detection in overview * This is to test gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d25d465 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Detect json files +*.json linguist-detectable +*.mcmeta linguist-detectable