Skip to content

Commit af1b9f7

Browse files
committed
build(Makefile): remove rector.php and vendor-bin from build
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 parent d121b7b commit af1b9f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,12 @@ appstore: clean
4545
--exclude=/Makefile \
4646
--exclude=/psalm.xml \
4747
--exclude=/README.md \
48+
--exclude=/rector.php \
4849
--exclude=/screenshots \
4950
--exclude=/tests \
5051
--exclude=/translationfiles \
51-
--exclude=/vendor/cweagens \
52+
--exclude=/vendor/cweagans \
53+
--exclude=/vendor-bin \
5254
$(project_dir)/ $(sign_dir)/$(app_name)
5355
tar -czf $(build_dir)/$(app_name).tar.gz \
5456
-C $(sign_dir) $(app_name)

0 commit comments

Comments
 (0)