build(projects): 添加.gitattributes

This commit is contained in:
Soybean 2022-07-07 21:14:34 +08:00
parent 8dcfbb29f9
commit 896e6f2eac

16
.gitattributes vendored Normal file
View File

@ -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