| 1 | # Set the default behavior, in case core.autocrlf has not been set. |
| 2 | * text=auto |
| 3 | |
| 4 | # Declare files that will always have LF line endings on checkout. |
| 5 | *.sh text eol=lf |
| 6 | |
| 7 | # Denote all files that are truly binary and should not be modified. |
| 8 | *.docx binary |
| 9 | *.jpg binary |
| 10 | *.png binary |
| 11 | |