From 31f2b590f280cacd606150d292246bfc859a4cae Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 12 Aug 2022 15:44:59 +0200 Subject: Fix exclude list with new items Signed-off-by: Joas Schilling --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3aeb0fa75..6418d4441 100644 --- a/Makefile +++ b/Makefile @@ -98,6 +98,7 @@ appstore: --exclude=stylelint.config.js \ --exclude=.tx \ --exclude=tests \ + --exclude=tsconfig.json \ --exclude=webpack.js \ $(project_dir)/ $(sign_dir)/$(app_name) @if [ -f $(cert_dir)/$(app_name).key ]; then \ -- cgit v1.2.3