Browse Source

Bring gitattributes in line with cakephp/app

...regarding binary vs text treatment, eol/crlf/lf
inoas 8 years ago
parent
commit
dc38eccacc
1 changed files with 12 additions and 0 deletions
  1. 12 0
      .gitattributes

+ 12 - 0
.gitattributes

@@ -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
@@ -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