Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-04-08 11:33:54 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-08 11:33:54 +0300
commit37bacbf375363d0f8dbe5563cf6bba5c7bc5525d (patch)
treecce8f2cc156e989d3153377910785591428210ea /Makefile
parent93fce7a2115ed4c565b20a42df9d28bb6d0cdef9 (diff)
Adjust packaging exclude list for 24
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 093617369..721254998 100644
--- a/Makefile
+++ b/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 \