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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-03-03 13:56:48 +0300
committerJoas Schilling <coding@schilljs.com>2020-03-03 13:56:48 +0300
commit2f78215d0b6252ff477d89ecece15946d809d336 (patch)
treef2d6e8f4e4b6e9fa55989315b51df2fb204e46d8 /Makefile
parent94c3b4484efa0e3c69ffbc2191ab46113da3ce7f (diff)
Cleanup the exclude list
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index d9536c227..1dc93c162 100644
--- a/Makefile
+++ b/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 \