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.

39 lines
551 B

5 years ago
5 years ago
5 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/kcdev/yii2/web/KcErrorAction.php
  19. !/vendor/lmz
  20. !/vendor/cgb
  21. # composer itself is not needed
  22. composer.phar
  23. # Mac DS_Store Files
  24. .DS_Store
  25. # phpunit itself is not needed
  26. phpunit.phar
  27. # local phpunit config
  28. /phpunit.xml
  29. # vagrant runtime
  30. /.vagrant
  31. vendor.zip
  32. /vagrant