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:
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 \