From 5b0f4a1bd80aee3e8d8b6d107d90301eb5a13e42 Mon Sep 17 00:00:00 2001 From: tamcy Date: Thu, 15 Apr 2021 09:43:09 +0800 Subject: [PATCH] add .gitattributes --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..2ab0441a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +* text eol=lf + +.gitattributes export-ignore +.gitignore export-ignore +.github/ export-ignore +npm-package-readme.md export-ignore +package.json export-ignore \ No newline at end of file