.gitattributes 304 B

123456789101112131415
  1. # Enforce Unix newlines
  2. *.css text eol=lf
  3. *.html text eol=lf
  4. *.js text eol=lf
  5. *.json text eol=lf
  6. *.md text eol=lf
  7. *.rb text eol=lf
  8. *.scss text eol=lf
  9. *.svg text eol=lf
  10. *.txt text eol=lf
  11. *.xml text eol=lf
  12. *.yml text eol=lf
  13. # Don't diff or textually merge source maps
  14. *.map binary