Browse Source

Cleanup the exclude list

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/3042/head
Joas Schilling 6 years ago
parent
commit
2f78215d0b
No known key found for this signature in database GPG Key ID: 7076EA9751AACDDA
  1. 12
      Makefile

12
Makefile

@ -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 \

Loading…
Cancel
Save