-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5704dc8
commit ac62e7f
Showing
1 changed file
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
/.gitattributes export-ignore | ||
/.gitignore export-ignore | ||
/.github export-ignore | ||
/.phive export-ignore | ||
/.psalm export-ignore | ||
/build export-ignore | ||
/tests export-ignore | ||
/tools export-ignore | ||
/tools/* binary | ||
/.gitattributes export-ignore | ||
/.gitignore export-ignore | ||
/.php-cs-fixer.dist.php export-ignore | ||
/build.xml export-ignore | ||
/infection.json export-ignore | ||
/phpunit.xml export-ignore | ||
/.gitattributes export-ignore | ||
/.gitignore export-ignore | ||
/.github export-ignore | ||
/.phive export-ignore | ||
/.psalm export-ignore | ||
/build export-ignore | ||
/tests export-ignore | ||
/tools export-ignore | ||
/tools/* binary | ||
/.gitattributes export-ignore | ||
/.gitignore export-ignore | ||
/.php-cs-fixer.dist.php export-ignore | ||
/build.xml export-ignore | ||
/infection.json5.dist export-ignore | ||
/phpunit.xml export-ignore | ||
|
||
*.php diff=php |