0
0

.gitignore 481 B

12345678910111213141516171819202122232425262728293031323334353637
  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. # Mac DS_Store Files
  22. .DS_Store
  23. # phpunit itself is not needed
  24. phpunit.phar
  25. # local phpunit config
  26. /phpunit.xml
  27. # vagrant runtime
  28. /.vagrant