From 10287b3ffc3460ea0e23db892dc24529519f5714 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 19 Jun 2018 18:51:23 +0300 Subject: [PATCH] enable git Large File Storage If this was done properly, the images would be erased from the history and added again, but I don't think I can do that. I hope that this will help in the future though and the existing files were so small so that they don't matter. See also https://git-lfs.github.com/ --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..24a8e87 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.png filter=lfs diff=lfs merge=lfs -text