Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2192 from Arsfiqball/update-laravel-patch-2 | Brendan Forster | 2017-01-29 | 1 | -0/+1 |
|\ | | | | | Laravel: ignore homestead config and npm debug. | ||||
| * | Laravel: ignore npm-debug.log | Iqbal Mohammad Abdul Ghoni | 2017-01-28 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #2049 from cyrodjohn/patch-1 | Brendan Forster | 2017-01-28 | 1 | -0/+2 |
|\ \ | | | | | | | Update Laravel.gitignore | ||||
| * | | Update Laravel.gitignore | Cy | 2016-07-25 | 1 | -0/+2 |
| | | | | | | | | | Ignore Homestead related config files | ||||
* | | | ignore public/hot folder for laravel project | Bo-Yi Wu | 2017-01-27 | 1 | -0/+1 |
| |/ |/| | | | ref: https://github.com/laravel/laravel/pull/4121 | ||||
* | | Merge pull request #2145 from rkrp/laravel_cache_gitignore | Brendan Forster | 2016-11-06 | 1 | -1/+0 |
|\ \ | | | | | | | Laravel: fixed incorrect ignoring of cache folder | ||||
| * | | laravel: fixed incorrect ignoring of cache folder | Krishna Ram Prakash R | 2016-10-21 | 1 | -1/+0 |
| | | | |||||
* | | | Ignore Passport-generated OAuth keys | Bo-Yi Wu | 2016-10-17 | 1 | -0/+1 |
|/ / | |||||
* / | ignore public/storage for laravel 5 | Bo-Yi Wu | 2016-10-17 | 1 | -0/+1 |
|/ | | | Ref: https://github.com/laravel/laravel/blob/master/.gitignore#L2 | ||||
* | do not ignore storage/ directory | 0xBADDCAFE | 2016-05-18 | 1 | -1/+0 |
| | |||||
* | Cleaned according to comments | Dinar Garipov | 2016-03-07 | 1 | -2/+3 |
| | |||||
* | Added nore ignores. Removed.env example file | Dinar Garipov | 2016-03-06 | 1 | -1/+2 |
| | |||||
* | missed slash in laravel.gitignore | jerodev | 2015-10-28 | 1 | -1/+1 |
| | |||||
* | Merged Laravel & Lumen + grouped rules | jerodev | 2015-10-28 | 1 | -6/+9 |
| | |||||
* | Merged laravel and laravel5 | jerodev | 2015-10-28 | 1 | -5/+6 |
| | |||||
* | Added some folders the are "compiled" things | Hélio | 2015-10-23 | 1 | -0/+5 |
| | | | | | | /vendor - composer modules can be (and probably should) recompiled. Laravel comes with this line by default. /node_modules - npm modules, same of /vendor. Laravel comes with this line by default. /app/storage - Laravel things that can be despised (in staging) like cache, views cache and sessions | ||||
* | added .env.example for projects generated with laravel new command | Joshua Mabina | 2015-10-15 | 1 | -0/+1 |
| | |||||
* | Add ".env" to Laravel.gitignore | jake johns | 2015-03-10 | 1 | -0/+1 |
| | | | | | | | Laravel 5 uses vlucas/phpdotenv for env configuration. http://laravel.com/docs/5.0/configuration#environment-configuration Previous version used env.php files. the new configuration files do not have .php extension | ||||
* | Renaming Laravel4 to Laravel | Tony Arra | 2014-09-02 | 1 | -0/+3 |
Laravel4 is the current standard. This resolves the name with the custom Laravel.gitignore file in the gitignore.io project. If support for Laravel3 is desired, it should be done in a new file: "Laravel3.gitignore Closes #1196 |