.gitignore 447 B

12345678910111213141516171819202122232425262728293031323334353637
  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. #vendor
  17. # composer itself is not needed
  18. composer.phar
  19. # Mac DS_Store Files
  20. .DS_Store
  21. # phpunit itself is not needed
  22. phpunit.phar
  23. # local phpunit config
  24. phpunit.xml
  25. # vagrant runtime
  26. .vagrant