.gitignore 390 B

1234567891011121314151617181920212223242526272829303132
  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 itself is not needed
  12. composer.phar
  13. # Mac DS_Store Files
  14. .DS_Store
  15. # phpunit itself is not needed
  16. phpunit.phar
  17. # local phpunit config
  18. /phpunit.xml
  19. # vagrant runtime
  20. /.vagrant
  21. Log/
  22. dev.php
  23. produce.php