2013-10-25 12:29:08 +00:00
|
|
|
# Define the line ending behavior of the different file extensions
|
|
|
|
# Set default behaviour, in case users don't have core.autocrlf set.
|
|
|
|
* text=auto
|
2014-09-22 13:42:06 +00:00
|
|
|
* text eol=lf
|
2013-10-25 12:29:08 +00:00
|
|
|
|
|
|
|
# Explicitly declare text files we want to always be normalized and converted
|
|
|
|
# to native line endings on checkout.
|
|
|
|
*.php text
|
|
|
|
*.default text
|
|
|
|
*.ctp text
|
|
|
|
*.sql text
|
|
|
|
*.md text
|
|
|
|
*.po text
|
|
|
|
*.js text
|
|
|
|
*.css text
|
|
|
|
*.ini text
|
|
|
|
*.properties text
|
|
|
|
*.txt text
|
|
|
|
*.xml text
|
|
|
|
*.yml text
|
|
|
|
.htaccess text
|
|
|
|
|
|
|
|
# Declare files that will always have CRLF line endings on checkout.
|
|
|
|
*.bat eol=crlf
|
|
|
|
|
|
|
|
# Declare files that will always have LF line endings on checkout.
|
|
|
|
*.pem eol=lf
|
|
|
|
|
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
|
|
*.png binary
|
|
|
|
*.jpg binary
|
|
|
|
*.gif binary
|
2013-11-13 18:14:54 +00:00
|
|
|
*.ico binary
|
|
|
|
*.mo binary
|