diff options
| author | Matt Strapp <matt@mattstrapp.net> | 2024-01-26 09:14:24 -0600 |
|---|---|---|
| committer | Matt Strapp <matt@mattstrapp.net> | 2024-01-26 09:14:24 -0600 |
| commit | 688da024a92c64074042e5565e92d1d4099a2877 (patch) | |
| tree | 0c921ca7c9fd971b679eccd9bf7d4021980ce93d | |
| parent | Nothing (diff) | |
| download | website-688da024a92c64074042e5565e92d1d4099a2877.tar website-688da024a92c64074042e5565e92d1d4099a2877.tar.gz website-688da024a92c64074042e5565e92d1d4099a2877.tar.bz2 website-688da024a92c64074042e5565e92d1d4099a2877.tar.lz website-688da024a92c64074042e5565e92d1d4099a2877.tar.xz website-688da024a92c64074042e5565e92d1d4099a2877.tar.zst website-688da024a92c64074042e5565e92d1d4099a2877.zip | |
Add png and jpg to gitattributes
Diffstat (limited to '')
| -rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 1a52498..eb0e6f3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ *.mp4 filter=lfs diff=lfs merge=lfs -text *.webm filter=lfs diff=lfs merge=lfs -text -*.webp filter=lfs diff=lfs merge=lfs -text *.png filter=lfs diff=lfs merge=lfs -text *.jpg filter=lfs diff=lfs merge=lfs -text +*.webp filter=lfs diff=lfs merge=lfs -text |
