From 70fa994232df0d0c1449ac941b8b6a6703c1783c Mon Sep 17 00:00:00 2001 From: qoijjj <129108030+qoijjj@users.noreply.github.com> Date: Sat, 16 Mar 2024 12:06:35 -0700 Subject: [PATCH] fix: add gitattributes file to fix linguist (#520) --- .gitattributes | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..97c14af1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +*.yml linguist-detectable=true +*.yml linguist-language=YAML + +*.yaml linguist-detectable=true +*.yaml linguist-language=YAML + +*.just linguist-detectable=true +*.just linguist-documentation=false +*.just linguist-language=Just + +*.json linguist-detectable=true +*.json linguist-documentation=false +*.json linguist-language=JSON