Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2018-06-10 12:13:29 +0300
committerdartcafe <github@dartcafe.de>2018-06-10 12:13:29 +0300
commitff5509a7800eb7c4115144a777f8f5cbf0741074 (patch)
tree010013958c6918ff1974d9ab1371658ebc29b8bd /Makefile
parent5a24319011c3e53998015f76ca42f782d6f544f8 (diff)
makefile again
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3db400c1..e55fc46b 100644
--- a/Makefile
+++ b/Makefile
@@ -55,6 +55,7 @@ appstore:
--exclude="*.log" \
--exclude="phpunit*xml" \
--exclude="composer.*" \
+ --exclude="js-src" \
--exclude="js/node_modules" \
--exclude="js/tests" \
--exclude="js/test" \
@@ -63,6 +64,7 @@ appstore:
--exclude="js/bower.json" \
--exclude="js/karma.*" \
--exclude="js/protractor.*" \
+ --exclude="node_modules" \
--exclude="package.json" \
--exclude="bower.json" \
--exclude="karma.*" \