We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d121b7b commit af1b9f7Copy full SHA for af1b9f7
Makefile
@@ -45,10 +45,12 @@ appstore: clean
45
--exclude=/Makefile \
46
--exclude=/psalm.xml \
47
--exclude=/README.md \
48
+ --exclude=/rector.php \
49
--exclude=/screenshots \
50
--exclude=/tests \
51
--exclude=/translationfiles \
- --exclude=/vendor/cweagens \
52
+ --exclude=/vendor/cweagans \
53
+ --exclude=/vendor-bin \
54
$(project_dir)/ $(sign_dir)/$(app_name)
55
tar -czf $(build_dir)/$(app_name).tar.gz \
56
-C $(sign_dir) $(app_name)
0 commit comments