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.

Laravel.gitignore 257B

123456789101112131415
  1. vendor/
  2. node_modules/
  3. # Laravel 4 specific
  4. bootstrap/compiled.php
  5. app/storage/
  6. # Laravel 5 & Lumen specific
  7. bootstrap/cache/
  8. .env.*.php
  9. .env.php
  10. .env
  11. # Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer
  12. .rocketeer/