From 140fff8e3a4c4003ae7b1b74667461f1ed28e932 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sun, 14 Jan 2024 21:47:30 +0100 Subject: [PATCH] chore: add screen to ignore publish folder on makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ca6e418..4c90a76 100644 --- a/Makefile +++ b/Makefile @@ -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" \