From 290f0b005af011c05184fc96701acbd3ea7f5e75 Mon Sep 17 00:00:00 2001 From: lenafx Date: Sun, 30 Nov 2025 16:46:12 +0100 Subject: [PATCH] ignore json.hpp file for lang --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a2efe26 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +src/metadata/json.hpp linguist-detectable=false \ No newline at end of file