Cleanup the exclude list

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-03-03 11:56:48 +01:00
parent 94c3b4484e
commit 2f78215d0b
No known key found for this signature in database
GPG key ID: 7076EA9751AACDDA

View file

@ -55,39 +55,29 @@ appstore:
rm -rf $(build_dir)
mkdir -p $(sign_dir)
rsync -a \
--exclude=bower.json \
--exclude=.bowerrc \
--exclude=/build \
--exclude=check-vuejs-builds.sh \
--exclude=docs \
--exclude=.drone.yml \
--exclude=.eslintignore \
--exclude=.eslintrc.yml \
--exclude=.eslintrc.js \
--exclude=.git \
--exclude=.gitattributes \
--exclude=.github \
--exclude=.gitignore \
--exclude=.jscsrc \
--exclude=.jshintignore \
--exclude=js/**.js.map \
--exclude=l10n/no-php \
--exclude=.l10nignore \
--exclude=mkdocs.yml \
--exclude=Makefile \
--exclude=node_modules \
--exclude=package.json \
--exclude=package-lock.json \
--exclude=phpunit*xml \
--exclude=README.md \
--exclude=run-*lint.sh \
--exclude=.scrutinizer.yml \
--exclude=src \
--exclude=.stylelintrc \
--exclude=.stylelintignore \
--exclude=.stylelintrc \
--exclude=tests \
--exclude=.travis.yml \
--exclude=.tx \
--exclude=webpack.*.js \
$(project_dir)/ $(sign_dir)/$(app_name)
@if [ -f $(cert_dir)/$(app_name).key ]; then \