You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
479 B

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. # yii console commands
  2. /yii_test
  3. /yii_test.bat
  4. # phpstorm project files
  5. .idea
  6. # netbeans project files
  7. nbproject
  8. # zend studio for eclipse project files
  9. .buildpath
  10. .project
  11. .settings
  12. # windows thumbnail cache
  13. Thumbs.db
  14. # composer vendor dir
  15. /vendor
  16. !/vendor/blobt
  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
  27. vendor.zip
  28. /vagrant