mirror of
https://github.com/SkillDisplay/PHPToolKit.git
synced 2024-11-14 13:26:08 +01:00
26 lines
512 B
Text
26 lines
512 B
Text
|
/.editorconfig export-ignore
|
||
|
/.gitattributes export-ignore
|
||
|
|
||
|
# Enforce checkout with linux lf consistent over all platforms
|
||
|
*.html text eol=lf
|
||
|
*.css text eol=lf
|
||
|
*.tmpl text eol=lf
|
||
|
*.less text eol=lf
|
||
|
*.scss text eol=lf
|
||
|
*.js text eol=lf
|
||
|
*.json text eol=lf
|
||
|
*.patch text eol=lf
|
||
|
*.php text eol=lf
|
||
|
*.rst text eol=lf
|
||
|
*.md text eol=lf
|
||
|
*.yml text eol=lf
|
||
|
*.yaml text eol=lf
|
||
|
*.ts text eol=lf
|
||
|
*.typoscript text eol=lf
|
||
|
*.xlf text eol=lf
|
||
|
*.sh text eol=lf
|
||
|
*.sql text eol=lf
|
||
|
*.svg text eol=lf
|
||
|
*.t3s text eol=lf
|
||
|
*.txt text eol=lf
|