1
0
mirror of https://github.com/github/gitignore synced 2024-12-05 01:45:42 +01:00

Add Vendor folder and Composer files

This is a convenience, because Laravel requires Composer
This puts the gitignore file in line with the custom Laravel one created in the gitignore.io project
These two cases can now be resolved into one "Laravel" case for gitignore.io

The documentation for the current stable release of Laravel can be found at http://laravel.com
For comparison, the current version of Laravel's gitignore can be seen at
- https://github.com/laravel/framework/blob/4.2/.gitignore
- https://github.com/laravel/laravel/blob/master/.gitignore

Note: the Thumbs.DB and .DS_Store are OS-specific, so they're not included
This commit is contained in:
Tony Arra 2014-09-01 12:30:21 -04:00
parent d17c82b500
commit 648912603c

View File

@ -1,3 +1,6 @@
/bootstrap/compiled.php
/vendor
.env.*.php
.env.php
composer.phar
composer.lock