From ce1a62a961c29fea2b8b8b89546e8cd7e06381a7 Mon Sep 17 00:00:00 2001 From: Erik Ziegler Date: Mon, 8 Jul 2019 12:14:45 +0200 Subject: [PATCH] chore(gitattributes): Fix gitattributes handling of .fig files --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 8ed8c6fa3..aafee01fc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -36,4 +36,5 @@ *.pdf binary *.ez binary *.bz2 binary -*.swp binary \ No newline at end of file +*.swp binary +*.fig binary \ No newline at end of file