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

github.com/nextcloud/event_update_notification.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-04-08 23:31:46 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-08 23:31:46 +0300
commit887c9e98da70da7b066c1d16adecee37b604c3ab (patch)
tree9a9f2b46499129ee4ec022687bec2e8a5dcacc96
parent0723c7c386ade55f858ddd7eb905153c18b4615e (diff)
Adjust package excludev1.5.0
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2e65e97..62c918d 100644
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,7 @@ appstore: clean
--exclude=/translationfiles \
--exclude=/.tx \
--exclude=/tests \
+ --exclude=/vendor \
--exclude=/.git \
--exclude=/screenshots \
--exclude=/.github \
@@ -40,9 +41,10 @@ appstore: clean
--exclude=/README.md \
--exclude=/.gitattributes \
--exclude=/.gitignore \
- --exclude=/.scrutinizer.yml \
- --exclude=/.travis.yml \
- --exclude=/.drone.yml \
+ --exclude=/.php-cs-fixer.cache \
+ --exclude=/.php-cs-fixer.dist.php \
+ --exclude=/composer.json \
+ --exclude=/composer.lock \
--exclude=/Makefile \
$(project_dir)/ $(sign_dir)/$(app_name)
tar -czf $(build_dir)/$(app_name).tar.gz \