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.

40 lines
556 B

5 years ago
5 years ago
5 years ago
  1. # yii console commands
  2. /yii
  3. /yii_test
  4. /yii_test.bat
  5. /img
  6. /frontend/images
  7. # phpstorm project files
  8. .idea
  9. # netbeans project files
  10. nbproject
  11. # zend studio for eclipse project files
  12. .buildpath
  13. .project
  14. .settings
  15. # windows thumbnail cache
  16. Thumbs.db
  17. # composer vendor dir
  18. /vendor
  19. !/vendor/kcdev/yii2/web/KcErrorAction.php
  20. !/vendor/lmz
  21. !/vendor/cgb
  22. # composer itself is not needed
  23. composer.phar
  24. # Mac DS_Store Files
  25. .DS_Store
  26. # phpunit itself is not needed
  27. phpunit.phar
  28. # local phpunit config
  29. /phpunit.xml
  30. # vagrant runtime
  31. /.vagrant
  32. vendor.zip
  33. /vagrant