chore: add screen to ignore publish folder on makefile
All checks were successful
repod / xml (push) Successful in 38s
repod / php (push) Successful in 1m0s
repod / nodejs (push) Successful in 2m8s
repod / release (push) Has been skipped

This commit is contained in:
Michel Roux 2024-01-14 21:47:30 +01:00
parent c14dceea63
commit 140fff8e3a

View File

@ -148,6 +148,7 @@ appstore:
--exclude="../$(app_name)/LICENSE*" \
--exclude="../$(app_name)/src" \
--exclude="../$(app_name)/stubs" \
--exclude="../$(app_name)/screens" \
--exclude="../$(app_name)/vendor" \
--exclude="../$(app_name)/translationfiles" \
--exclude="../$(app_name)/babel.config.js" \