From d25bba36818cd93121b634718bd2adc110cfcec2 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Sun, 10 Jan 2016 14:59:36 +0300 Subject: [PATCH] Added ./img directory for screenshots and other content for docs, managed by git lfs. --- docs/img/.gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/img/.gitattributes diff --git a/docs/img/.gitattributes b/docs/img/.gitattributes new file mode 100644 index 0000000..257c15f --- /dev/null +++ b/docs/img/.gitattributes @@ -0,0 +1,3 @@ +*.png filter=lfs diff=lfs merge=lfs -text +*.jpg filter=lfs diff=lfs merge=lfs -text +*.psd filter=lfs diff=lfs merge=lfs -text