Skip to content

Commit

Permalink
build: Remove non-existent ignored files (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Nov 5, 2023
1 parent bc9460d commit 50843fa
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 16 deletions.
10 changes: 3 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
!/bin/check-composer-root-version.php
!/bin/infection.sh
!/bin/php-scoper
!/bin/root-version.php
!/build/.gitkeep
/.box_dump/
/.php-cs-fixer.cache
/.phpcs-cache
/.phpunit*
/bin/
/bin/*
!/bin/infection.sh
!/bin/php-scoper
/box.json
/build/
/clover.xml
/fixtures/*/.box_dump/
/fixtures/*/vendor/
Expand Down
3 changes: 0 additions & 3 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@
'tests',
])
->append([
'bin/check-composer-root-version.php',
'bin/dump-composer-root-version.php',
'bin/php-scoper',
'bin/root-version.php',
'.php-cs-fixer.dist.php',
'scoper.inc.php',
]);
Expand Down
2 changes: 2 additions & 0 deletions build/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!/.gitignore
Empty file removed build/.gitkeep
Empty file.
1 change: 0 additions & 1 deletion fixtures/set028-symfony/expected-output

This file was deleted.

2 changes: 0 additions & 2 deletions fixtures/set030/expected-output

This file was deleted.

3 changes: 0 additions & 3 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@

return static function (RectorConfig $rectorConfig): void {
$rectorConfig->paths([
__DIR__ . '/bin/check-composer-root-version.php',
__DIR__ . '/bin/dump-composer-root-version.php',
__DIR__ . '/bin/php-scoper',
__DIR__ . '/bin/root-version.php',
__DIR__ . '/src',
__DIR__ . '/tests',
]);
Expand Down

0 comments on commit 50843fa

Please sign in to comment.