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.

35 lines
466 B

8 months ago
  1. # phpstorm project files
  2. .idea
  3. # netbeans project files
  4. nbproject
  5. # zend studio for eclipse project files
  6. .buildpath
  7. .project
  8. .settings
  9. # windows thumbnail cache
  10. Thumbs.db
  11. # composer vendor dir
  12. /vendor
  13. # composer itself is not needed
  14. composer.phar
  15. # composer lock
  16. composer.lock
  17. # Mac DS_Store Files
  18. .DS_Store
  19. # phpunit itself is not needed
  20. phpunit.phar
  21. # local phpunit config
  22. /phpunit.xml
  23. tests/_output/*
  24. tests/_support/_generated
  25. #vagrant folder
  26. /.vagrant