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

github.com/nextcloud/external.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-07-11 14:26:45 +0300
committerJoas Schilling <coding@schilljs.com>2022-10-10 17:56:34 +0300
commitb65501714e1a0ede9402e551ebb3bd3694d19609 (patch)
tree537f28ecffea48a27ef93a2458810a7338e6219d /Makefile
parentf626785ad8fff11baf29980fa3a966acc1c09b3c (diff)
Implement JWT tokens for external site links
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 272d809..1789d0f 100644
--- a/Makefile
+++ b/Makefile
@@ -69,6 +69,7 @@ appstore: clean npm-init build-js-production
--exclude=/tests \
--exclude=/translationfiles \
--exclude=/vendor \
+ --exclude=/vendor-bin \
--exclude=.php-cs-fixer.cache \
--exclude=.php-cs-fixer.dist.php \
--exclude=/composer.json \