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

.gitignore 188B

123456789101112131415
  1. /node_modules
  2. /public/hot
  3. /public/storage
  4. /storage/*.key
  5. /vendor
  6. /.idea
  7. /.vscode
  8. /nbproject
  9. /.vagrant
  10. Homestead.json
  11. Homestead.yaml
  12. npm-debug.log
  13. yarn-error.log
  14. .env
  15. .phpunit.result.cache