From a336b7a621fc72d10b32e9b83584f33410dc8a4a Mon Sep 17 00:00:00 2001 From: Patryk Obara Date: Mon, 3 Feb 2020 01:17:20 +0100 Subject: [PATCH] Track *.ico and *.icns files as LFS artefacts --- contrib/icons/.gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 contrib/icons/.gitattributes diff --git a/contrib/icons/.gitattributes b/contrib/icons/.gitattributes new file mode 100644 index 00000000..7dbbe7e5 --- /dev/null +++ b/contrib/icons/.gitattributes @@ -0,0 +1,2 @@ +*.ico filter=lfs diff=lfs merge=lfs -text +*.icns filter=lfs diff=lfs merge=lfs -text