Mark binary files as binary in .gitattributes

This commit is contained in:
Zachary Ware 2021-04-01 18:23:34 -05:00
parent 701678f4d7
commit 566ece20d4
1 changed files with 3 additions and 0 deletions

3
.gitattributes vendored
View File

@ -1,2 +1,5 @@
# Ensure files are always checked in with consistent line endings
* text eol=lf
*.png binary
*.pptx binary
*.odp binary