Skip to content

Commit

Permalink
Bring gitattributes in line with cakephp/app
Browse files Browse the repository at this point in the history
...regarding binary vs text treatment, eol/crlf/lf
  • Loading branch information
inoas committed Sep 4, 2017
1 parent f21bbd1 commit dc38ecc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitattributes
Expand Up @@ -8,13 +8,18 @@
*.php text
*.default text
*.ctp text
*.sql text
*.md text
*.po text
*.js text
*.css text
*.ini text
*.properties text
*.txt text
*.xml text
*.svg text
*.yml text
.htaccess text

# Declare files that will always have CRLF line endings on checkout.
*.bat eol=crlf
Expand All @@ -28,6 +33,13 @@
*.gif binary
*.ico binary
*.mo binary
*.pdf binary
*.phar binary
*.woff binary
*.woff2 binary
*.ttf binary
*.otf binary
*.eot binary

# Remove files for archives generated using `git archive`
appveyor.yml export-ignore
Expand Down

0 comments on commit dc38ecc

Please sign in to comment.