From 297c8586934e5bdecd20048226fd8eb237435099 Mon Sep 17 00:00:00 2001 From: kasper Franz Date: Wed, 4 Jul 2018 17:42:51 +0100 Subject: [PATCH] removed docs and .gitignore in the exports This is to remove som load from composer imports --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..de60f42 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +docs/ export-ignore +.gitignore export-ignore