CHANGE: Adjust the gitattributes to prevent adjustment to the various image files.

This commit is contained in:
Mike Helfrich 2024-05-20 08:56:20 -04:00
parent 2ff01a1d12
commit 5356fe3cfa

25
.gitattributes vendored
View File

@ -1,2 +1,23 @@
# Auto detect text files and perform LF normalization
* text eol=lf
# These files are binary and should be left untouched.
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.mov binary
*.mp4 binary
*.mp3 binary
*.flv binary
*.fla binary
*.swf binary
*.gz binary
*.zip binary
*.7z binary
*.ttf binary
*.eot binary
*.woff binary
*.pyc binary
*.pdf binary
# Auto detect text files and perform LF normalization.
* text eol=lf