16 lines
310 B
Plaintext
16 lines
310 B
Plaintext
# .gitattributes
|
|
* text=auto eol=lf
|
|
*.html text eol=lf
|
|
*.css text eol=lf
|
|
*.js text eol=lf
|
|
*.scss 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-detectable=true
|
|
*.vue linguist-detectable=true
|