Skip to content

Instantly share code, notes, and snippets.

@sachinkiranti
Last active February 22, 2018 18:46
Show Gist options
  • Save sachinkiranti/e56f5c04841089cb0ab17d40fb76bebc to your computer and use it in GitHub Desktop.
Save sachinkiranti/e56f5c04841089cb0ab17d40fb76bebc to your computer and use it in GitHub Desktop.
Laravel gitignore helper
vendor/
node_modules/
npm-debug.log
# Laravel 4 specific
bootstrap/compiled.php
app/storage/
# Laravel 5 & Lumen specific
public/storage
public/hot
storage/*.key
.env.*.php
.env.php
.env
Homestead.yaml
Homestead.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment