Archived
1
0
Fork 0
This repository has been archived on 2026-04-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
httpcb/.gitattributes
2017-09-01 17:10:27 +02:00

27 lines
539 B
Text

# normalize these files. Always LF on checkout and always LF on checkin
.gitignore eol=lf
.gitattributes eol=lf
*.php text eol=lf diff=php
*.phtml text eol=lf diff=html
*.volt text eol=lf diff=html
*.html text eol=lf diff=html
*.sh text eol=lf
*.ini text eol=lf
*.xml text eol=lf
*.js text eol=lf
*.json text eol=lf
*.css text eol=lf
*.less text eol=lf
*.sql text eol=lf
*.txt text eol=lf
# Binary files, should never be normalized.
*.exe binary
*.dll binary
*.so binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary