.gitignore 440 B

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