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-21 16:18:54 +0300
committerJoas Schilling <coding@schilljs.com>2022-07-21 16:18:54 +0300
commit6aaa0c6224406ec32a7a40e01843b3654419f83d (patch)
tree437ff582d7ef85520843548fc4eee1fea7325c63 /Makefile
parent931ae818475a784e13f4728234c709d350f425c3 (diff)
Adjust exclude list
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile21
1 files changed, 13 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index bae57e9..272d809 100644
--- a/Makefile
+++ b/Makefile
@@ -57,19 +57,22 @@ js-templates:
appstore: clean npm-init build-js-production
mkdir -p $(sign_dir)
rsync -a \
- --exclude=/build \
- --exclude=/docs \
- --exclude=/translationfiles \
- --exclude=/.tx \
- --exclude=/tests \
--exclude=/.git \
- --exclude=/screenshots \
--exclude=/.github \
+ --exclude=/.tx \
+ --exclude=/build \
+ --exclude=/docs \
--exclude=/l10n/l10n.pl \
- --exclude=/CONTRIBUTING.md \
- --exclude=/issue_template.md \
--exclude=/node_modules \
+ --exclude=/screenshots \
--exclude=/src \
+ --exclude=/tests \
+ --exclude=/translationfiles \
+ --exclude=/vendor \
+ --exclude=.php-cs-fixer.cache \
+ --exclude=.php-cs-fixer.dist.php \
+ --exclude=/composer.json \
+ --exclude=/composer.lock \
--exclude=/README.md \
--exclude=/.gitattributes \
--exclude=/.gitignore \
@@ -80,6 +83,8 @@ appstore: clean npm-init build-js-production
--exclude=/.eslintrc.js \
--exclude=/Makefile \
--exclude=/package.json \
+ --exclude=/package-lock.json \
+ --exclude=/psalm.xml \
--exclude=/webpack.config.js \
$(project_dir)/ $(sign_dir)/$(app_name)
tar -czf $(build_dir)/$(app_name).tar.gz \