From 87d9754a4e5f00faa9a96152e63005ea381a4c32 Mon Sep 17 00:00:00 2001 From: XLBilly Date: Sat, 13 Dec 2025 17:31:55 +0800 Subject: [PATCH] github-linguist improvements (#9384) --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..c534ae0e0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +boot/ linguist-generated=false +**/tiddlywiki.files linguist-language=JSON +**/tiddlywiki.info linguist-language=JSON +**/plugin.info linguist-language=JSON \ No newline at end of file