From 877166cf799bcd298539680043a187d402633c3f Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 14 Apr 2020 16:43:12 +0200 Subject: Add PHP CS Signed-off-by: Joas Schilling --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 \ -- cgit v1.2.3