From 6e5aa9bfa1022efa20d17f50a3c1f5cf06dac902 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Mon, 17 Jun 2024 02:11:37 +0800 Subject: [PATCH] feat: add .gitattributes file. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..98709e7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.md linguist-language=Swift +*.yml linguist-language=Swift