File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 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
1111return [
1717 '.gitlab ' ,
1818 '.gitlab-ci ' ,
1919 '.idea ' ,
20+ '.phive ' ,
2021 'bin ' ,
2122 'build ' ,
2223 'public ' ,
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 ' ,
You can’t perform that action at this time.
0 commit comments