From e44c564e58176de0df2b396d0fee0963f3f7af7c Mon Sep 17 00:00:00 2001 From: Alec Rajeev Date: Tue, 9 May 2023 09:18:11 -0400 Subject: [PATCH] fix git colors --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..94c1bc63 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.yaml linguist-language=YAML +*.yml linguist-language=YML