From 8f5b5b51a982a0731c6cf74120a690606af258b5 Mon Sep 17 00:00:00 2001 From: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Date: Mon, 30 Oct 2023 09:19:39 +0100 Subject: [PATCH] chore: Ignore markdown + yaml in repo language scan (#5486) --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..e5a4d904e4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.mdx linguist-detectable=false +*.md linguist-detectable=false +*.yaml linguist-detectable=false \ No newline at end of file