From d2f9373b2a4715839f71efb0b12aeef3efe1311f Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Wed, 13 Mar 2024 14:07:05 -0700 Subject: [PATCH] chore: Add gitattributes from secureblue --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..36bf3186 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +*.yml linguist-detectable=true +*.yml linguist-language=YAML + +*.just linguist-detectable=true +*.just linguist-documentation=false +*.just linguist-language=Just