家政小程序
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.

.gitignore 340B

12345678910111213141516171819202122
  1. # ---> Laravel
  2. vendor/
  3. node_modules/
  4. npm-debug.log
  5. # Laravel 4 specific
  6. bootstrap/compiled.php
  7. app/storage/
  8. # Laravel 5 & Lumen specific
  9. public/storage
  10. public/hot
  11. storage/*.key
  12. .env.*.php
  13. .env.php
  14. .env
  15. Homestead.yaml
  16. Homestead.json
  17. # Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer
  18. .rocketeer/