Adding gitattributes.
This commit is contained in:
parent
621e4a20de
commit
e82d4aca19
1 changed files with 21 additions and 0 deletions
21
.gitattributes
vendored
Normal file
21
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
|
||||
# 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
|
||||
Reference in a new issue