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 <213943+nickvergessen@users.noreply.github.com>2020-05-12 16:33:30 +0300
committerGitHub <noreply@github.com>2020-05-12 16:33:30 +0300
commite05ded5b51bbad53aea6930f20cf4dea5b8fa8ab (patch)
tree0c881194abad7aa1d6c103f1bad2b201b1c7acd4 /Makefile
parent43ed8be95a031d7021711ceddcc5c4a49f9d680a (diff)
parent84d42604e60aa1c31ecf698dcc069f36c494148a (diff)
Merge pull request #3329 from nextcloud/techdebt/noid/psr2
Move to PSR2 coding style as all the other code does
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 184c3a081..86310e4a2 100644
--- a/Makefile
+++ b/Makefile
@@ -61,6 +61,8 @@ appstore:
--exclude=babel.config.js \
--exclude=/build \
--exclude=check-vuejs-builds.sh \
+ --exclude=composer.json \
+ --exclude=composer.lock \
--exclude=docs \
--exclude=.drone.yml \
--exclude=.eslintignore \
@@ -76,12 +78,14 @@ appstore:
--exclude=node_modules \
--exclude=package.json \
--exclude=package-lock.json \
+ --exclude=.php_cs.dist \
--exclude=README.md \
--exclude=run-*lint.sh \
--exclude=src \
--exclude=.stylelintignore \
--exclude=.stylelintrc \
--exclude=tests \
+ --exclude=vendor \
--exclude=webpack.*.js \
$(project_dir)/ $(sign_dir)/$(app_name)
@if [ -f $(cert_dir)/$(app_name).key ]; then \