From 35b796a2731dfe9f83f94bf23069b2ed90535e93 Mon Sep 17 00:00:00 2001 From: inter Date: Mon, 8 Sep 2025 16:35:22 +0800 Subject: [PATCH] Add File --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ede8589 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto +*.sh text eol=lf +*.vue linguist-language=python