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 272B

12345678910111213141516
  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. public/storage
  9. .env.*.php
  10. .env.php
  11. .env
  12. # Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer
  13. .rocketeer/