mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-05 19:41:43 +08:00
15 lines
275 B
Plaintext
15 lines
275 B
Plaintext
# .gitattributes
|
|
*.html text eol=lf
|
|
*.css text eol=lf
|
|
*.js text eol=lf
|
|
*.scss text eol=lf
|
|
*.vue text eol=lf
|
|
*.hbs text eol=lf
|
|
*.sh text eol=lf
|
|
*.md text eol=lf
|
|
*.json text eol=lf
|
|
*.yml text eol=lf
|
|
.browserslistrc text eol=lf
|
|
.gitignore text eol=lf
|
|
*.js linguist-language=vue
|