.gitignore 444 B

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