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.

37 lines
498 B

6 years ago
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. !/vendor/blobt
  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
  29. vendor.zip
  30. /vagrant