From 896e6f2eac5a798af472170f46cd1c762c877cbe Mon Sep 17 00:00:00 2001 From: Soybean Date: Thu, 7 Jul 2022 21:14:34 +0800 Subject: [PATCH] =?UTF-8?q?build(projects):=20=E6=B7=BB=E5=8A=A0.gitattrib?= =?UTF-8?q?utes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..00864b98 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,16 @@ +"*.vue" eol=lf +"*.js" eol=lf +"*.ts" eol=lf +"*.jsx" eol=lf +"*.tsx" eol=lf +"*.cjs" eol=lf +"*.cts" eol=lf +"*.mjs" eol=lf +"*.mts" eol=lf +"*.json" eol=lf +"*.html" eol=lf +"*.css" eol=lf +"*.less" eol=lf +"*.scss" eol=lf +"*.sass" eol=lf +"*.styl" eol=lf