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