.gitignore 473 B

12345678910111213141516171819202122232425262728293031323334353637
  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. 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
  27. /config/db.php