Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove lines /.fleet /.idea /.nova /.vscode /.zed | moser-jose | 2024-11-26 | 1 | -5/+0 |
| | |||||
* | included lines in Laravel.gitignore file | moser-jose | 2024-11-21 | 1 | -0/+12 |
| | |||||
* | Update Laravel.gitignore (#3098) | Alexey | 2019-06-27 | 1 | -0/+5 |
| | |||||
* | Add .phpunit.result.cache to the .gitignore (#2973) | Rohan Vakharia | 2019-03-08 | 1 | -0/+1 |
| | |||||
* | Only ignore root vendor directory | Lake Robin | 2018-09-12 | 1 | -1/+1 |
| | | | | | | | In Laravel, we often use `artisan vendor:publish` to copy views, notifications etc from dependencies so that they can be customized. These views are created in <type>/vendor/<dependency> directory. When using the current gitignore for Laravel, vendor is inserted like vendor/ which ignores all the directories named vendor anywhere in the source tree, including the customized views. The proposed file change tries to fix this problem by ensuring only the root vendor directory is ignored by git. | ||||
* | Update Laravel.gitignore | Fábio Santos | 2018-08-06 | 1 | -5/+2 |
| | |||||
* | 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 |