From 86d15585b612e53e1620c0a83c1aae1c58a65f08 Mon Sep 17 00:00:00 2001 From: XLBilly Date: Fri, 19 Dec 2025 02:16:52 +0800 Subject: [PATCH] Fix github linguist unmarking generated files not working (#9497) * Fix github linguist unmarking generated files not working * further fix --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index c534ae0e0..d5bce4e9b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -boot/ linguist-generated=false +boot/** -linguist-generated **/tiddlywiki.files linguist-language=JSON **/tiddlywiki.info linguist-language=JSON **/plugin.info linguist-language=JSON \ No newline at end of file