From 38518337d300e51e0affc6fb83453abf9cf446c7 Mon Sep 17 00:00:00 2001 From: bgArray <93964712+ZhugeLiangandBaguaArray@users.noreply.github.com> Date: Thu, 26 Jan 2023 10:06:45 +0800 Subject: [PATCH] Create .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7d7dcd5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.yaml linguist-language=Python +*.xml linguist-language=Python +*.md linguist-language=Python