.gitignore 495 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # yii console commands
  2. vagrant/nginx/log/*.log
  3. /vagrant
  4. /yii
  5. /yii_test
  6. /yii_test.bat
  7. # phpstorm project files
  8. .idea
  9. # netbeans project files
  10. nbproject
  11. # zend studio for eclipse project files
  12. .buildpath
  13. .project
  14. .settings
  15. # windows thumbnail cache
  16. Thumbs.db
  17. # composer vendor dir
  18. /vendor
  19. # composer itself is not needed
  20. composer.phar
  21. composer.lock
  22. # Mac DS_Store Files
  23. .DS_Store
  24. # phpunit itself is not needed
  25. phpunit.phar
  26. # local phpunit config
  27. /phpunit.xml
  28. # vagrant runtime
  29. /.vagrant