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

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2022-10-19 17:09:28 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2022-10-19 17:09:28 +0300
commit076c7ba8d9378e19c0e700477072d3f0fcd0dc02 (patch)
tree58cb4aa2eb8e165303a7f323a7e16f1944669792
parent6253895848b7fa74798216094ee7f4025712f265 (diff)
Adjust excluded filesv0.14.5
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f12b6233..03850c34 100644
--- a/Makefile
+++ b/Makefile
@@ -119,8 +119,8 @@ appstore: clean build-js-production
--exclude=/.gitattributes \
--exclude=/.gitignore \
--exclude=/.phpunit.result.cache \
- --exclude=/.php_cs.cache \
- --exclude=/.php_cs.dist \
+ --exclude=/.php-cs-fixer.dist.php.cache \
+ --exclude=/.php-cs-fixer.dist.php \
--exclude=/.gitlab-ci.yml \
--exclude=/.prettierrc.js \
--exclude=/.scrutinizer.yml \