Skip to content

Instantly share code, notes, and snippets.

@Sonique
Created June 22, 2014 03:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sonique/7e65abcae021027beabf to your computer and use it in GitHub Desktop.
Save Sonique/7e65abcae021027beabf to your computer and use it in GitHub Desktop.
Laravel .gitignore extended
# System
.DS_Store
Thumbs.db
.Trashes
._*
Icon
.AppleDouble
.LSOverride
# Editors
.idea
*.sublime-*
# Laravel
/bootstrap/compiled.php
/vendor
/log/*
composer.phar
# composer.lock
.env.*.php
.env.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment