.gitignore 468 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # yii console commands
  2. #yii
  3. #yii_test
  4. #yii_test.bat
  5. runtime
  6. logs
  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