.gitignore 468 B

123456789101112131415161718192021222324252627282930313233343536
  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. /config/db.php
  14. # /web/uploads/*
  15. # composer itself is not needed
  16. composer.phar
  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