From 9a3751b5be1b53a5879bb44e134c4774c34a708a Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Wed, 10 Jan 2024 20:42:45 +0100 Subject: [PATCH] fix: remove useless files on appstore build --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 35c60e7..57de95d 100644 --- a/Makefile +++ b/Makefile @@ -152,6 +152,11 @@ appstore: --exclude="../$(app_name)/src" \ --exclude="../$(app_name)/stubs" \ --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) # Start a nextcloud server on Docker to kickstart developement