Skip to content

Instantly share code, notes, and snippets.

@ualmtorres
Created September 30, 2022 16:49
Show Gist options
  • Save ualmtorres/9d97317b97afaa188cc52d6d08084ef5 to your computer and use it in GitHub Desktop.
Save ualmtorres/9d97317b97afaa188cc52d6d08084ef5 to your computer and use it in GitHub Desktop.
.gitignore para Laravel
/vendor/
node_modules/
npm-debug.log
yarn-error.log
# Laravel 4 specific
bootstrap/compiled.php
app/storage/
# Laravel 5 & Lumen specific
public/storage
public/hot
# Laravel 5 & Lumen specific with changed public path
public_html/storage
public_html/hot
storage/*.key
.env
Homestead.yaml
Homestead.json
/.vagrant
.phpunit.result.cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment