From 90c285a55793798c8368a180c7b8278a4dc2be65 Mon Sep 17 00:00:00 2001 From: Daniel Stock Date: Wed, 29 May 2024 10:07:55 +0200 Subject: [PATCH] add .png and .icns to LFS --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ce8e174 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.png filter=lfs diff=lfs merge=lfs -text +*.icns filter=lfs diff=lfs merge=lfs -text