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
2013-12-10 08:49:38 +01:00

21 lines
389 B
Text

# normalize these files. Always LF on checkout and always LF on checkin
.gitignore eol=lf
.gitattributes eol=lf
*.php text eol=lf
*.phtml text eol=lf
*.html text eol=lf
*.sh text eol=lf
*.ini text eol=lf
*.css text eol=lf
*.js 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