From 6d4b32ef12d70a335d6703a0b133ce65351760ee Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 31 Jan 2023 14:30:42 +0100 Subject: [PATCH] chore(packaging): Remove upcoming recording scripts from release tarball Signed-off-by: Joas Schilling --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 72de7da0b8..5850a51d8e 100644 --- a/Makefile +++ b/Makefile @@ -93,6 +93,7 @@ appstore: --exclude=.php_cs.dist \ --exclude=psalm.xml \ --exclude=README.md \ + --exclude=/recording \ --exclude=/src \ --exclude=.stylelintignore \ --exclude=stylelint.config.js \