-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Showing
95 changed files
with
1,230 additions
and
839 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,12 +1,15 @@ | ||
# Files and directories which won't be included in .zip archive during running `composer install --prefer-dist` | ||
|
||
/.github export-ignore | ||
/.gitattributes export-ignore | ||
/.gitignore export-ignore | ||
/.scrutinizer.yml export-ignore | ||
/.styleci.yml export-ignore | ||
/phpstan.neon export-ignore | ||
/phpunit.xml.dist export-ignore | ||
/Tests export-ignore | ||
/Resources/images export-ignore | ||
/Resources/docs export-ignore | ||
/.idea export-ignore | ||
/.github export-ignore | ||
/.gitattributes export-ignore | ||
/.gitignore export-ignore | ||
/.scrutinizer.yml export-ignore | ||
/.styleci.yml export-ignore | ||
/docker-compose.yml export-ignore | ||
/Dockerfile export-ignore | ||
/phpstan.neon export-ignore | ||
/phpunit.xml.dist export-ignore | ||
/Tests export-ignore | ||
/Resources/images export-ignore | ||
/Resources/docs export-ignore |
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
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,3 +1,18 @@ | ||
/vendor/ | ||
.phpunit.result.cache | ||
composer.lock | ||
.phpcs-cache | ||
.php-cs-fixer.cache | ||
clover-coverage.xml | ||
|
||
###> PhpStrom Shared Project Settings ### | ||
.idea/* | ||
!.idea/CentrifugoBundle.iml | ||
!.idea/icon.svg | ||
!.idea/inspectionProfiles | ||
!.idea/modules.xml | ||
!.idea/php-test-framework.xml | ||
!.idea/php.xml | ||
!.idea/phpunit.xml | ||
!.idea/runConfigurations | ||
###< PhpStrom Shared Project Settings ### |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.