summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-04-14 16:43:12 +0200
committerJoas Schilling <coding@schilljs.com>2020-05-12 14:59:00 +0200
commit877166cf799bcd298539680043a187d402633c3f (patch)
tree24234a590c3dd83445f2c8e49f0fd61197988fff /Makefile
parent43ed8be95a031d7021711ceddcc5c4a49f9d680a (diff)
Add PHP CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 \