Skip to content

Commit

Permalink
[TASK] Exclude more files from packaging
Browse files Browse the repository at this point in the history
- PHIVE configuration directory
- configuration files for php-cs-fixer v3
- more PHPStan configuration files
  • Loading branch information
oliverklee authored Aug 17, 2021
1 parent e6ddac5 commit 2b4fa52
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion conf/ExcludeFromPackaging.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// and make sure the file returns an array with the keys `directories` and `files`
// on root level.

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

return [
Expand All @@ -17,6 +17,7 @@
'.gitlab',
'.gitlab-ci',
'.idea',
'.phive',
'bin',
'build',
'public',
Expand Down Expand Up @@ -49,12 +50,16 @@
'package-lock.json',
'package.json',
'phive.xml',
'php-cs-fixer.dist.php',
'php-cs-fixer.php',
'php_cs',
'php_cs.php',
'phpcs.xml',
'phpcs.xml.dist',
'phplint.yml',
'phpstan-baseline.neon',
'phpstan.neon',
'phpstan.neon.dist',
'phpunit.xml',
'phpunit.xml.dist',
'prettierrc.json',
Expand Down

0 comments on commit 2b4fa52

Please sign in to comment.