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.

.gitignore 130B

123456789101112
  1. *.phar
  2. *.zip
  3. build/artifacts
  4. phpunit.xml
  5. phpunit.functional.xml
  6. .DS_Store
  7. .swp
  8. .build
  9. composer.lock
  10. vendor
  11. src/package.xml
  12. .idea/