From 9defa649a74546be66d8baa262ff438582da9ba5 Mon Sep 17 00:00:00 2001 From: DavidSpek Date: Fri, 18 Jun 2021 16:18:15 +0200 Subject: [PATCH] Add linguist configuration (#1905) --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..8f161d5c0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.yaml linguist-detectable=true +*.json linguist-detectable=true