.gitignore 457 B

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