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

github.com/nextcloud/announcementcenter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-09-13 16:08:40 +0300
committerJoas Schilling <coding@schilljs.com>2022-09-13 16:08:40 +0300
commitf4aefc610170689443060845af3beb8cb5ab1ea8 (patch)
tree2a9c4d9f7f1b859d35a59cfdc194daf76b0125f5
parent79079f0389fe79250a7bcdc6567ea85d26de0b02 (diff)
Adjust exclude listv6.4.0-beta.1
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c365b71..38fa18e 100644
--- a/Makefile
+++ b/Makefile
@@ -90,8 +90,8 @@ appstore: dev-setup build-js-production
--exclude=/vendor \
--exclude=/.eslintrc.js \
--exclude=/.l10nignore \
- --exclude=/.php_cs.cache \
- --exclude=/.php_cs.dist \
+ --exclude=/.php-cs-fixer.cache \
+ --exclude=/.php-cs-fixer.dist.php \
--exclude=/.gitattributes \
--exclude=/.gitignore \
--exclude=/.scrutinizer.yml \