summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-01-04 12:11:09 -0100
committerMaxence Lange <maxence@artificial-owl.com>2019-01-04 12:11:09 -0100
commite5b7f9e61cf5201819ee5944b95146b558f64693 (patch)
tree2d1f46c3e138fcb8a7d841384cc2f5a2c4e79963
parent42f482fa346745c021803c102792de2d55f94c00 (diff)
exclude .git from friendica/json-ld
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ee57d123..6775898c 100644
--- a/Makefile
+++ b/Makefile
@@ -98,6 +98,7 @@ appstore: dev-setup lint build-js-production composer
--exclude=/.tx \
--exclude=/tests \
--exclude=/.git \
+ --exclude=/vendor/friendica/json-ld/.git \
--exclude=/.github \
--exclude=/.babelrc.js \
--exclude=/.drone.yml \