From 1dad1a8afe09d9dafeab8c0c4a2ffae275b05bcc Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 30 Aug 2022 17:10:25 +0200 Subject: Fix exclude list with vendor src/ Signed-off-by: Joas Schilling --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6418d4441..151049d2b 100644 --- a/Makefile +++ b/Makefile @@ -93,7 +93,7 @@ appstore: --exclude=.php_cs.dist \ --exclude=psalm.xml \ --exclude=README.md \ - --exclude=src \ + --exclude=/src \ --exclude=.stylelintignore \ --exclude=stylelint.config.js \ --exclude=.tx \ -- cgit v1.2.3