Browse Source

added jpg and png as binary files

pull/40/head
Daniel Gibbs 7 years ago
parent
commit
d4fff5b933
  1. 4
      .gitattributes

4
.gitattributes

@ -1,6 +1,10 @@
# crlf line endings for text files
* text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
# Custom for Visual Studio
*.cs diff=csharp

Loading…
Cancel
Save