Yii 2.0
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.

34 lines
423B

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