.gitattributes 192 B

123456789101112
  1. * text=auto
  2. # Text files
  3. *.cs diff=csharp text
  4. *.txt text
  5. *.mat text
  6. *.shader text
  7. *.meta text
  8. *.md5 text
  9. *.compute text
  10. *.md text
  11. */ProjectSettings/*.asset text