I have a Laravel 4 project, and I would like to know which files should be ignored when using a version control software such as Git, Mercury or SVN?
The structure of my
Laravel has posted their .gitignore on GitHub, which can be found here.
.gitignore
As of today, it looks like this:
/bootstrap/compiled.php /vendor composer.phar composer.lock .env.*.php .env.php .DS_Store Thumbs.db