aboutsummaryrefslogtreecommitdiffstats
path: root/Laravel.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* 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