From ba282f939244c9abfed5a3188df94cdb1b8d63a9 Mon Sep 17 00:00:00 2001 From: William Floyd Date: Wed, 27 May 2020 17:14:00 -0400 Subject: [PATCH] lfs: Include PNG files. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 4504d05..994c4c4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ *.jpeg filter=lfs diff=lfs merge=lfs -text *.jpg filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text