Archived
1
0
Fork 0
This repository has been archived on 2026-05-10. 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.
fiktivkod/.gitattributes
2014-10-28 19:50:51 +01:00

24 lines
472 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
*.html text eol=lf diff=html
*.sh text eol=lf
*.ini text eol=lf
*.xml text eol=lf
*.js text eol=lf
*.css 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