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.

36 lines
483 B

6 years ago
6 years ago
6 years ago
  1. # yii console commands
  2. /yii_test
  3. /yii_test.bat
  4. /img
  5. /frontend/images
  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
  28. vendor.zip
  29. /vagrant