summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-08-30 17:10:25 +0200
committerJoas Schilling <coding@schilljs.com>2022-08-30 17:10:25 +0200
commit1dad1a8afe09d9dafeab8c0c4a2ffae275b05bcc (patch)
tree370fe0a632a219c7412a566655a8e88fd8473b81 /Makefile
parentf7c24e65c888c95252f72db96bd7de66fe1c87e5 (diff)
Fix exclude list with vendor src/
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \