mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-17 21:12:20 +01:00
Adjust packaging exclude list for 24
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
93fce7a211
commit
37bacbf375
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -63,6 +63,7 @@ appstore:
|
|||
--exclude=composer.json \
|
||||
--exclude=composer.lock \
|
||||
--exclude=docs \
|
||||
--exclude=.drone.jsonnet \
|
||||
--exclude=.drone.yml \
|
||||
--exclude=.eslintignore \
|
||||
--exclude=.eslintrc.js \
|
||||
|
|
@ -77,8 +78,10 @@ appstore:
|
|||
--exclude=node_modules \
|
||||
--exclude=package.json \
|
||||
--exclude=package-lock.json \
|
||||
--exclude=.php_cs.dist \
|
||||
--exclude=.php-cs-fixer.cache \
|
||||
--exclude=.php-cs-fixer.dist.php \
|
||||
--exclude=.php_cs.cache \
|
||||
--exclude=.php_cs.dist \
|
||||
--exclude=psalm.xml \
|
||||
--exclude=README.md \
|
||||
--exclude=src \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue