.gitattributes 237 B

1234567891011121314151617
  1. * text=auto
  2. *.cs text
  3. *.xaml text
  4. *.sln text eol=crlf
  5. *.csproj text eol=crlf
  6. *.shproj text eol=crlf
  7. *.appxmanifest text eol=crlf
  8. *.png binary
  9. *.jpg binary
  10. *.dll binary
  11. *.pdb binary
  12. *.exe binary
  13. *.nupkg binary
  14. *.pdf binary
  15. *.snk binary