aboutsummaryrefslogtreecommitdiffstats
path: root/Laravel.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* remove lines /.fleet /.idea /.nova /.vscode /.zedmoser-jose2024-11-261-5/+0
|
* included lines in Laravel.gitignore filemoser-jose2024-11-211-0/+12
|
* Update Laravel.gitignore (#3098)Alexey2019-06-271-0/+5
|
* Add .phpunit.result.cache to the .gitignore (#2973)Rohan Vakharia2019-03-081-0/+1
|
* Only ignore root vendor directoryLake Robin2018-09-121-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.gitignoreFábio Santos2018-08-061-5/+2
|
* Merge pull request #2192 from Arsfiqball/update-laravel-patch-2Brendan Forster2017-01-291-0/+1
|\ | | | | Laravel: ignore homestead config and npm debug.
| * Laravel: ignore npm-debug.logIqbal Mohammad Abdul Ghoni2017-01-281-0/+1
| |
* | Merge pull request #2049 from cyrodjohn/patch-1Brendan Forster2017-01-281-0/+2
|\ \ | | | | | | Update Laravel.gitignore
| * | Update Laravel.gitignoreCy2016-07-251-0/+2
| | | | | | | | | Ignore Homestead related config files
* | | ignore public/hot folder for laravel projectBo-Yi Wu2017-01-271-0/+1
| |/ |/| | | ref: https://github.com/laravel/laravel/pull/4121
* | Merge pull request #2145 from rkrp/laravel_cache_gitignoreBrendan Forster2016-11-061-1/+0
|\ \ | | | | | | Laravel: fixed incorrect ignoring of cache folder
| * | laravel: fixed incorrect ignoring of cache folderKrishna Ram Prakash R2016-10-211-1/+0
| | |
* | | Ignore Passport-generated OAuth keysBo-Yi Wu2016-10-171-0/+1
|/ /
* / ignore public/storage for laravel 5Bo-Yi Wu2016-10-171-0/+1
|/ | | Ref: https://github.com/laravel/laravel/blob/master/.gitignore#L2
* do not ignore storage/ directory0xBADDCAFE2016-05-181-1/+0
|
* Cleaned according to commentsDinar Garipov2016-03-071-2/+3
|
* Added nore ignores. Removed.env example fileDinar Garipov2016-03-061-1/+2
|
* missed slash in laravel.gitignorejerodev2015-10-281-1/+1
|
* Merged Laravel & Lumen + grouped rulesjerodev2015-10-281-6/+9
|
* Merged laravel and laravel5jerodev2015-10-281-5/+6
|
* Added some folders the are "compiled" thingsHélio2015-10-231-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 commandJoshua Mabina2015-10-151-0/+1
|
* Add ".env" to Laravel.gitignorejake johns2015-03-101-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 LaravelTony Arra2014-09-021-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