.gitattributes 503 B

123456789101112131415161718192021
  1. # Set the default behavior, in case people don't have core.autocrlf set.
  2. * text=auto
  3. # Explicitly declare text files you want to always be normalized and converted
  4. # to native line endings on checkout.
  5. *.cs text
  6. *.json text
  7. *.txt text
  8. *.fx text
  9. # Declare files that will always have CRLF line endings on checkout.
  10. *.sln text eol=crlf
  11. # Denote all files that are truly binary and should not be modified.
  12. *.png binary
  13. *.jpg binary
  14. *.wav binary
  15. *.mp3 binary
  16. *.ogg binary
  17. *.sh binary
  18. DwarfCorpFNA binary