fix: remove useless files on appstore build
This commit is contained in:
parent
c378b9485c
commit
9a3751b5be
5
Makefile
5
Makefile
@ -152,6 +152,11 @@ appstore:
|
|||||||
--exclude="../$(app_name)/src" \
|
--exclude="../$(app_name)/src" \
|
||||||
--exclude="../$(app_name)/stubs" \
|
--exclude="../$(app_name)/stubs" \
|
||||||
--exclude="../$(app_name)/vendor" \
|
--exclude="../$(app_name)/vendor" \
|
||||||
|
--exclude="../$(app_name)/translationfiles" \
|
||||||
|
--exclude="../$(app_name)/babel.config.js" \
|
||||||
|
--exclude="../$(app_name)/Dockerfile" \
|
||||||
|
--exclude="../$(app_name)/psalm.xml" \
|
||||||
|
--exclude="../$(app_name)/renovate.json" \
|
||||||
../$(app_name)
|
../$(app_name)
|
||||||
|
|
||||||
# Start a nextcloud server on Docker to kickstart developement
|
# Start a nextcloud server on Docker to kickstart developement
|
||||||
|
Loading…
Reference in New Issue
Block a user