diff options
| author | seth <[email protected]> | 2023-01-10 15:46:54 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-01-10 15:47:27 -0500 |
| commit | 41c751ffd03ff69fe81fede4bc970f5cb2a188e2 (patch) | |
| tree | 79e43ad2bddbebd9d5a4bd5f41814272f2aa8062 /.gitattributes | |
| parent | fe4a7ce2ee7b7ca82b93db1b84774da4e7fa9e28 (diff) | |
fix: upload remaining images correctly
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes index 3e7ee80..db727a0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ * text eol=lf -*.png -text -*.jpeg -text -*.gif -text +*.png binary +*.jpeg binary +*.gif binary |
