From 7a754cec96f0aadc050806473339de2e26393753 Mon Sep 17 00:00:00 2001 From: Timeless0911 <1604889533@qq.com> Date: Mon, 16 Jun 2025 19:04:45 +0800 Subject: [PATCH] chore: let GitHub languages ignores MDX files --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..89036cfab --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Let GitHub languages ignores MDX files +*.mdx linguist-documentation \ No newline at end of file