From b1365c775900ebf2a92c5a3a91b9afeb83fe01d7 Mon Sep 17 00:00:00 2001 From: mitogh Date: Sun, 26 Aug 2018 12:39:25 -0500 Subject: [PATCH] Add .gitattributes files --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9f2256f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Don't export images +/img export-ignore +# Gif are binaries +*.gif binary +# Don't conflict with package-lock file +package-lock.json -diff