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

.gitignore 151B

1234567891011
  1. /node_modules
  2. /public/hot
  3. /public/storage
  4. /storage/*.key
  5. /vendor
  6. .env
  7. .phpunit.result.cache
  8. Homestead.json
  9. Homestead.yaml
  10. npm-debug.log
  11. yarn-error.log