.gitattributes 237 B

1234567891011121314
  1. # Enforce Unix newlines
  2. *.* text eol=lf
  3. *.css text eol=lf
  4. *.html text eol=lf
  5. *.js text eol=lf
  6. *.json text eol=lf
  7. *.less text eol=lf
  8. *.md text eol=lf
  9. *.yml text eol=lf
  10. *.jpg binary
  11. *.gif binary
  12. *.png binary
  13. *.jpeg binary