.gitattributes 197 B

123456789101112131415161718
  1. * text=auto
  2. *.htaccess eol=lf
  3. *.cgi eol=lf
  4. *.sh eol=lf
  5. *.css text
  6. *.htm text
  7. *.html text
  8. *.js text
  9. *.json text
  10. *.php text
  11. *.txt text
  12. *.md text
  13. *.png -text
  14. *.gif -text
  15. *.jpg -text