From 1430e53de6cdec7029082c1704f6257b278720dc Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Mon, 24 Mar 2025 23:54:55 +0100 Subject: [PATCH 1/2] Use .gitattributes to mark READMEs as autogenerated co-authored-by: orhtej2 <2871798+orhtej2@users.noreply.github.com> --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 6f9a98b2..ca6e2c7c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ tests.toml.example linguist-language=toml config_panel.toml.example linguist-language=toml +*README*.md linguist-generated=true +manifest.toml linguist-language=toml From 8a2e8b4b69ca678d42401ea99ed95eaff694b3db Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Mon, 11 Aug 2025 22:13:23 +0000 Subject: [PATCH 2/2] [fix] Manifest toml already in toml --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index ca6e2c7c..c8ec17b2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,3 @@ tests.toml.example linguist-language=toml config_panel.toml.example linguist-language=toml *README*.md linguist-generated=true -manifest.toml linguist-language=toml