You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
444 B

2 years ago
  1. # ref: https://github.com/github/gitignore/blob/master/Composer.gitignore
  2. composer.phar
  3. /vendor/
  4. # Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
  5. # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
  6. # composer.lock
  7. # php-cs-fixer cache
  8. .php_cs.cache
  9. .php-cs-fixer.cache
  10. # PHPUnit cache
  11. .phpunit.result.cache