Skip to content

Commit 2b4fa52

Browse files
authored
[TASK] Exclude more files from packaging
- PHIVE configuration directory - configuration files for php-cs-fixer v3 - more PHPStan configuration files
1 parent e6ddac5 commit 2b4fa52

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

conf/ExcludeFromPackaging.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// and make sure the file returns an array with the keys `directories` and `files`
66
// on root level.
77

8-
// Note: The filter is case insensitive. There is furthermore no need to define the
8+
// Note: The filter is case-insensitive. There is furthermore no need to define the
99
// filenames with / without a leading dot. This is taken into account automatically.
1010

1111
return [
@@ -17,6 +17,7 @@
1717
'.gitlab',
1818
'.gitlab-ci',
1919
'.idea',
20+
'.phive',
2021
'bin',
2122
'build',
2223
'public',
@@ -49,12 +50,16 @@
4950
'package-lock.json',
5051
'package.json',
5152
'phive.xml',
53+
'php-cs-fixer.dist.php',
54+
'php-cs-fixer.php',
5255
'php_cs',
5356
'php_cs.php',
5457
'phpcs.xml',
5558
'phpcs.xml.dist',
5659
'phplint.yml',
60+
'phpstan-baseline.neon',
5761
'phpstan.neon',
62+
'phpstan.neon.dist',
5863
'phpunit.xml',
5964
'phpunit.xml.dist',
6065
'prettierrc.json',

0 commit comments

Comments
 (0)