text4u
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415161718
  1. # ---> Laravel
  2. /vendor/
  3. node_modules/
  4. npm-debug.log
  5. yarn-error.log
  6. # Laravel 4 specific
  7. bootstrap/compiled.php
  8. app/storage/
  9. # Laravel 5 & Lumen specific
  10. public/storage
  11. public/hot
  12. storage/*.key
  13. .env
  14. Homestead.yaml
  15. Homestead.json
  16. /.vagrant