Skip to content

Instantly share code, notes, and snippets.

@thewinterwind
Created January 19, 2014 21:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thewinterwind/8511361 to your computer and use it in GitHub Desktop.
Save thewinterwind/8511361 to your computer and use it in GitHub Desktop.
How to ignore app/config/database.php in Laravel 4
Add /app/config/database.php into the project folder .gitignore
Then remove it from the staging area cache with:
git rm --cached app/config/database.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment