Skip to content

Commit 076c7ba

Browse files
Adjust excluded files
1 parent 6253895 commit 076c7ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ appstore: clean build-js-production
119119
--exclude=/.gitattributes \
120120
--exclude=/.gitignore \
121121
--exclude=/.phpunit.result.cache \
122-
--exclude=/.php_cs.cache \
123-
--exclude=/.php_cs.dist \
122+
--exclude=/.php-cs-fixer.dist.php.cache \
123+
--exclude=/.php-cs-fixer.dist.php \
124124
--exclude=/.gitlab-ci.yml \
125125
--exclude=/.prettierrc.js \
126126
--exclude=/.scrutinizer.yml \

0 commit comments

Comments
 (0)