From 5982065ea6785bea8e5639bed2825a166b0cfba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Sat, 7 Mar 2020 22:42:23 +0100 Subject: [PATCH] Exclude unneeded files from build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 41782a4c..9a1aa931 100644 --- a/Makefile +++ b/Makefile @@ -111,6 +111,7 @@ appstore: clean build-svg-sprite build-js-production mkdir -p $(appstore_build_directory) $(appstore_artifact_directory) rsync -av . $(appstore_build_directory) \ --exclude=/.git \ + --exclude=/.github \ --exclude=/.babelrc \ --exclude=/.babelrc.js \ --exclude=/.codecov.yml \ @@ -127,6 +128,7 @@ appstore: clean build-svg-sprite build-js-production --exclude=/.tx \ --exclude=/.v8flags*.json \ --exclude=/build.xml \ + --exclude=/composer.json \ --exclude=/CONTRIBUTING.md \ --exclude=/issue_template.md \ --exclude=/gulpfile.js \