You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitattributes 193B

1234567891011121314151617
  1. # The default behavior
  2. * text=auto
  3. *.java text
  4. *.xml text
  5. *.htm text
  6. *.html text
  7. *.js text
  8. *.bnd text
  9. *.svg text
  10. *.md text
  11. *.txt text
  12. *.css text
  13. *.scss text
  14. # To be verified
  15. *.graffle binary